Metadata-Version: 1.1
Name: mockextras
Version: 0.0.1
Summary: Extensions to the mock library
Home-page: https://github.com/burrowsa/mockextras
Author: Andrew Burrows
Author-email: burrowsa@gmail.com
License: BSD
Description: The mockextras library is designed to be used with the mock library by Michael Foord 
        (http://www.voidspace.org.uk/python/mock/). mockextras adds a number of features that
        are found in other mocking libraries namely:
        
        * matchers
        * stubs
        * a fluent API for the configuration of stubs
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
