mock 2.0.0
Rolling backport of unittest.mock for all Pythons
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: | |
|---|---|
| Download: | |
| Documentation: | |
| License: | |
| Support: | |
| Issue tracker: | |
| Build status: |
| File | Type | Py Version | Uploaded on | Size | |
|---|---|---|---|---|---|
| mock-2.0.0-py2.py3-none-any.whl (md5, pgp) | Python Wheel | 2.7 | 2016-04-06 | 55KB | |
| mock-2.0.0.tar.gz (md5, pgp) | Source | 2016-04-06 | 71KB | ||
- Author: Testing Cabal
- Home Page: https://github.com/testing-cabal/mock
-
Categories
- Development Status :: 5 - Production/Stable
- Environment :: Console
- Intended Audience :: Developers
- License :: OSI Approved :: BSD License
- Operating System :: OS Independent
- Programming Language :: Python
- Programming Language :: Python :: 2
- Programming Language :: Python :: 2.6
- Programming Language :: Python :: 2.7
- Programming Language :: Python :: 3
- Programming Language :: Python :: 3.2
- Programming Language :: Python :: 3.3
- Programming Language :: Python :: 3.4
- Programming Language :: Python :: 3.5
- Programming Language :: Python :: Implementation :: CPython
- Programming Language :: Python :: Implementation :: Jython
- Programming Language :: Python :: Implementation :: PyPy
- Topic :: Software Development :: Libraries
- Topic :: Software Development :: Libraries :: Python Modules
- Topic :: Software Development :: Testing
- Package Index Owner: Fuzzyman, lifeless, kushaldas, berkerpeksag
- Package Index Maintainer: lifeless
- DOAP record: mock-2.0.0.xml
