About Anaconda Help Download Anaconda
  • 23 total downloads
  • Last upload: 4 years and 4 months ago

Installers

Info: This package contains files in non-standard labels.

pip install

To install this package run one of the following:
pip install -i https://pypi.anaconda.org/ticlazau/simple mock
pip install -i https://pypi.anaconda.org/ticlazau/label/ppc64le/simple mock

Description

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 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 ([email protected]) <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/


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.2) Legal | Privacy Policy