You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
.circleci | 4 months ago | |
docs | 4 months ago | |
mock | 4 months ago | |
.carthorse.yml | 4 months ago | |
.coveragerc | 4 months ago | |
.readthedocs.yml | 4 months ago | |
Android.bp | 4 months ago | |
CHANGELOG.rst | 4 months ago | |
LICENSE.txt | 4 months ago | |
MANIFEST.in | 4 months ago | |
METADATA | 4 months ago | |
MODULE_LICENSE_BSD | 4 months ago | |
NOTICE | 4 months ago | |
OWNERS | 4 months ago | |
README.rst | 4 months ago | |
backport.py | 4 months ago | |
lastsync.txt | 4 months ago | |
release.py | 4 months ago | |
setup.cfg | 4 months ago | |
setup.py | 4 months ago | |
tox.ini | 4 months ago |
README.rst
mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they have been used. mock is now part of the Python standard library, available as `unittest.mock <https://docs.python.org/dev/library/unittest.mock.html>`_ in Python 3.3 onwards. This package contains a rolling backport of the standard library mock code compatible with Python 2.7 and 3.4 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) <http://lists.idyll.org/listinfo/testing-in-python>`_ :Code: `GitHub <https://github.com/testing-cabal/mock>`_ :Issue tracker: `GitHub Issues <https://github.com/testing-cabal/mock/issues>`_ :Build status: |CircleCI|_ |Docs|_ .. |CircleCI| image:: https://circleci.com/gh/testing-cabal/mock/tree/master.svg?style=shield .. _CircleCI: https://circleci.com/gh/testing-cabal/mock/tree/master .. |Docs| image:: https://readthedocs.org/projects/mock/badge/?version=latest .. _Docs: http://mock.readthedocs.org/en/latest/ .. _Mock Homepage: http://mock.readthedocs.org/en/latest/ .. _BSD License: https://github.com/testing-cabal/mock/blob/master/LICENSE.txt .. _Python Docs: https://docs.python.org/dev/library/unittest.mock.html .. _mock on PyPI: https://pypi.org/project/mock/