Metadata-Version: 1.0
Name: mocktest
Version: 0.3.1
Summary: a mocking and expectation test library for python, inspired by rspec
Home-page: http://github.com/gfxmonk/mocktest/tree
Author: Tim Cuthbertson
Author-email: tim3d.junk+mocktest@gmail.com
License: BSD
Description: mocktest is a mocking and expectation test library for python.
        It is similar to rspec's should_receive and associated matchers, and
        offers a compatible unittest TestCase base class for automatically
        verifying expectations.
        
Keywords: test mock expect expectation stub rspec unittest
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
