Files
pytest2/_pytest
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-02-04 16:07:51 +01:00
2013-04-16 09:04:05 +02:00
2012-05-19 10:54:12 +02:00
2013-02-03 20:47:39 +01:00
2013-02-15 13:38:40 +00:00