Skip to content
/ mock Public
forked from testing-cabal/mock

This mirror of the Python mock module has moved to gsutil-mirrors/mock.

License

Notifications You must be signed in to change notification settings

houglum/mock

 
 

Repository files navigation

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

Issue tracker:

Github Issues

Build status:https://travis-ci.org/testing-cabal/mock.svg?branch=master

About

This mirror of the Python mock module has moved to gsutil-mirrors/mock.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%