From 5c4ccc2d93959efb3690b54ad5fa9d90709eb8c9 Mon Sep 17 00:00:00 2001 From: nstelter-slac Date: Mon, 26 Aug 2024 22:37:41 -0700 Subject: [PATCH] TST: revert debugging changes --- tests/test_SuiteScripts.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_SuiteScripts.py b/tests/test_SuiteScripts.py index 421239c..db34a18 100644 --- a/tests/test_SuiteScripts.py +++ b/tests/test_SuiteScripts.py @@ -31,7 +31,7 @@ python findMinSwitchValue.py -r 102 --maxNevents 6 -d Epix10ka -p /test_find_min_switch_value -mython roiFromSwitched.py -r 102 -c 1 -t 40000 --detObj calib -d Epix10ka --maxNevents 250 -p /test_roi +python roiFromSwitched.py -r 102 -c 1 -t 40000 --detObj calib -d Epix10ka --maxNevents 250 -p /test_roi python roiFromSwitched.py -r 102 -c 1 -t 40000 --detObj calib -d Epix10ka --maxNevents 250 -p /test_roi @@ -198,10 +198,10 @@ def suite_tester(): yield tester # teardown - # for dir in tester.expected_outcome_dirs: + for dir in tester.expected_outcome_dirs: # the folders won't exist if passing b/c of missing dependencies - # if os.path.exists(dir): - # shutil.rmtree(dir) + if os.path.exists(dir): + shutil.rmtree(dir) @pytest.mark.parametrize(