aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/mass-pnf-sim/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocks/mass-pnf-sim/conftest.py')
-rw-r--r--test/mocks/mass-pnf-sim/conftest.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/mocks/mass-pnf-sim/conftest.py b/test/mocks/mass-pnf-sim/conftest.py
index b5502f304..3323440da 100644
--- a/test/mocks/mass-pnf-sim/conftest.py
+++ b/test/mocks/mass-pnf-sim/conftest.py
@@ -32,3 +32,7 @@ def args_trigger(parser):
@pytest.fixture(scope="module")
def args_trigger_custom(parser):
return parser.parse_args(['trigger_custom', '--triggerstart', '0', '--triggerend', str(SIM_INSTANCES-1)])
+
+@pytest.fixture
+def args_clean(parser):
+ return parser.parse_args(['clean'])