Skip to content
Snippets Groups Projects
Commit 2d3f6033 authored by lukas leufen's avatar lukas leufen
Browse files

fixed another test

parent 43dbbb95
No related branches found
No related tags found
3 merge requests!90WIP: new release update,!89Resolve "release branch / CI on gpu",!61Resolve "REFAC: clean-up bootstrap workflow"
Pipeline #31844 passed
...@@ -39,7 +39,7 @@ class TestPreProcessing: ...@@ -39,7 +39,7 @@ class TestPreProcessing:
caplog.set_level(logging.INFO) caplog.set_level(logging.INFO)
with PreProcessing(): with PreProcessing():
assert caplog.record_tuples[0] == ('root', 20, 'PreProcessing started') assert caplog.record_tuples[0] == ('root', 20, 'PreProcessing started')
assert caplog.record_tuples[1] == ('root', 20, 'check valid stations started') assert caplog.record_tuples[1] == ('root', 20, 'check valid stations started (all)')
assert caplog.record_tuples[-1] == ('root', 20, PyTestRegex(r'run for \d+:\d+:\d+ \(hh:mm:ss\) to check 5 ' assert caplog.record_tuples[-1] == ('root', 20, PyTestRegex(r'run for \d+:\d+:\d+ \(hh:mm:ss\) to check 5 '
r'station\(s\). Found 5/5 valid stations.')) r'station\(s\). Found 5/5 valid stations.'))
RunEnvironment().__del__() RunEnvironment().__del__()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment