chuter / mock

The Python mock library

Home Page:https://docs.python.org/dev/library/unittest.mock.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 in Python 3.3 onwards.

This package contains a rolling backport of the standard library mock code compatible with Python 2.6 and up, and 3.3 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)

Issue tracker

Github Issues

Build status

image

About

The Python mock library

https://docs.python.org/dev/library/unittest.mock.html

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 100.0%