Metadata-Version: 1.1
Name: mockstar
Version: 1.0.0
Summary: Small mocking/unit-testing improvements on top of mock library
Home-page: https://bitbucket.org/k_bx/mockstar
Author: Konstantine Rybnikov
Author-email: k-bx@k-bx.com
License: UNKNOWN
Description: ==================================
         Mockstar -- mock like a rockstar
        ==================================
        
        Mockstar is a small enhance on top of `Mock
        <http://www.voidspace.org.uk/python/mock/mock.html>`_ library that
        gives you declarative way to write your unit-tests.
        
        Documentation: `http://mockstar.readthedocs.org
        <http://mockstar.readthedocs.org>`_.
        
Platform: UNKNOWN
Requires: mock (>=0.8.0)
