don't use autouse fixtures for now because it would cause a proliferation and overhead for the execution of every test. Rather introduce a node.addfinalizer(fin) to attach a finalizer to the respective node and call it from node.setup() functions if the setup phase succeeded (i.e. there is no setup function or it finished successfully)
3 lines
30 B
Python
3 lines
30 B
Python
#
|
|
__version__ = '2.4.0.dev10'
|