Metadata-Version: 1.0
Name: pytest-subtesthack
Version: 0.1.2
Summary: A hack to explicitly set up and tear down fixtures.
Home-page: https://github.com/untitaker/pytest-subtesthack/
Author: Markus Unterwaditzer
Author-email: markus@unterwaditzer.net
License: Public domain
Description: ==================
        pytest-subtesthack
        ==================
        
        A hack to explicitly set up and tear down fixtures.
        
        This terrible plugin allows you to set up and tear down fixtures *within* the
        test function itself. This is useful (necessary!) for using `Hypothesis
        <https://github.com/DRMacIver/hypothesis>`_ inside py.test, as hypothesis will
        call the test function multiple times, without setting up or tearing down
        fixture state as is normally the case.
        
        Installation::
        
            pip install pytest-subtesthack
        
        See ``test_example.py`` for usage.
        
Platform: UNKNOWN
