Skip to content
Snippets Groups Projects
Commit 9d5cec0c authored by Patrick Koppenburg's avatar Patrick Koppenburg :leaves:
Browse files

Merge branch 'pkoppenb-TempDir' into 'master'

Use temporary directory in tests with same output file

See merge request !918
parents 314a34e0 962a130a
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!918Use temporary directory in tests with same output file
Pipeline #5770593 passed
......@@ -21,6 +21,7 @@
<argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/Run255620.yaml</text></argument>
<argument name="reference"><text>../refs/test_davinci_tupling_from_hlt2_with_matching.ref</text></argument>
<argument name="error_reference"><text>../refs/empty.ref</text></argument>
<argument name="use_temp_dir"><enumeral>true</enumeral></argument>
<argument name="validator"><text>
# Check there are no NaN values in the ntuple except where expected.
from DaVinciTests.QMTest.check_helpers import has_nan
......
......@@ -20,6 +20,7 @@
<argument name="options_yaml_fn"><text>$DAVINCIEXAMPLESROOT/example_data/Run255620.yaml</text></argument>
<argument name="reference"><text>../refs/test_davinci_tupling_from_raw_data.ref</text></argument>
<argument name="error_reference"><text>../refs/empty.ref</text></argument>
<argument name="use_temp_dir"><enumeral>true</enumeral></argument>
<argument name="validator"><text>
from DaVinciTests.QMTest.DaVinciExclusions import preprocessor, counter_preprocessor
validateWithReference(preproc = preprocessor, counter_preproc = counter_preprocessor)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment