1
0
Fork 0
hmz007 6d24f2138b Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
..
.circleci Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
docs Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
mock Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
.carthorse.yml Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
.coveragerc Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
.gitignore Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
.readthedocs.yml Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
Android.bp Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
CHANGELOG.rst Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
LICENSE.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
MANIFEST.in Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
METADATA Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
MODULE_LICENSE_BSD Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
NOTICE Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
OWNERS Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.rst Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
backport.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
lastsync.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
release.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
setup.cfg Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
setup.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
tox.ini Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years 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/