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

updated old project name in a test

parent 19c2373c
Branches
No related tags found
4 merge requests!136update release branch,!135Release v0.11.0,!134MLAir is decoupled from join,!119Resolve "Include advanced data handling in workflow"
Pipeline #41137 failed
...@@ -237,7 +237,7 @@ class TestLogger: ...@@ -237,7 +237,7 @@ class TestLogger:
def test_setup_logging_path_none(self): def test_setup_logging_path_none(self):
log_file = Logger.setup_logging_path(None) log_file = Logger.setup_logging_path(None)
assert PyTestRegex( assert PyTestRegex(
".*machinelearningtools/logging/logging_\d{4}-\d{2}-\d{2}_\d{2}-\d{2}-\d{2}\.log") == log_file ".*mlair/logging/logging_\d{4}-\d{2}-\d{2}_\d{2}-\d{2}-\d{2}\.log") == log_file
@mock.patch("os.makedirs", side_effect=None) @mock.patch("os.makedirs", side_effect=None)
def test_setup_logging_path_given(self, mock_makedirs): def test_setup_logging_path_given(self, mock_makedirs):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment