Files
pytest2/testing
holger krekel 56aa9962fc allow fixture functions to be implemented as context managers:
@pytest.fixture
def myfix():
    # setup
    yield 1
    # teardown
2013-05-05 14:48:37 +02:00
..
2013-03-28 10:21:03 +01:00
2013-02-04 16:07:51 +01:00
2013-04-16 09:04:05 +02:00
2013-02-04 16:07:51 +01:00