Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

The Python mock library

License

NotificationsYou must be signed in to change notification settings

testing-cabal/mock

Repository files navigation

mock is a library for testing in Python. It allows you to replace parts ofyour system under test with mock objects and make assertions about how theyhave been used.

mock is now part of the Python standard library, available asunittest.mock in Python 3.3onwards.

This package contains a rolling backport of the standard library mock codecompatible with Python 3.6 and up.

Please see the standard library documentation for more details.

Homepage:Mock Homepage
Download:Mock on PyPI
Documentation:Python Docs
License:BSD License
Support:Mailing list (testing-in-python@lists.idyll.org)
Code:GitHub
Issue tracker:GitHub Issues
Build status:CircleCIDocs

[8]ページ先頭

©2009-2025 Movatter.jp