allow fixture functions to be implemented as context managers:
@pytest.fixture
def myfix():
# setup
yield 1
# teardown
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#
|
||||
__version__ = '2.3.6.dev1'
|
||||
__version__ = '2.3.6.dev2'
|
||||
|
||||
Reference in New Issue
Block a user