Update to latest test_support api

This commit is contained in:
xross
2022-07-21 13:10:38 +01:00
parent 06822c7499
commit 36dedc494c
3 changed files with 39 additions and 129 deletions

View File

@@ -1,7 +1,8 @@
import pytest
def pytest_addoption(parser):
parser.addoption("--enabletracing", action="store_true", default=False, help="Enable xsim tracing")
pass
@pytest.fixture