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

another change

parent a2db44bb
Branches
Tags
3 merge requests!17update to v0.4.0,!15new feat split subsets,!13fix bug make tests running
Pipeline #26146 passed
...@@ -49,7 +49,7 @@ class TestPreProcessing: ...@@ -49,7 +49,7 @@ class TestPreProcessing:
pre = PreProcessing(setup) pre = PreProcessing(setup)
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')
assert caplog.record_tuples[2] == ('root', 20, pytest_regex('run for \d+\.\d+s to check 5 station\(s\)')) assert caplog.record_tuples[-1] == ('root', 20, pytest_regex('run for \d+\.\d+s to check 5 station\(s\)'))
def test_run(self): def test_run(self):
pre_processing = object.__new__(PreProcessing) pre_processing = object.__new__(PreProcessing)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment