python2-pytest-subtesthack 0.1.1 Set-up and tear-down fixtures for unit tests

This plugin allows you to set up and tear down fixtures within unit test functions that use py.test. This is useful for using 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.