feat(taxonomy): Redirect logs and artifacts to dedicated sub-folders
This commit is contained in:
@@ -27,4 +27,4 @@ def test_base_simulation_setup() -> None:
|
||||
mock_client.wait_for_server.assert_called()
|
||||
mock_client.click.assert_any_call("btn_reset")
|
||||
mock_sim.setup_new_project.assert_called()
|
||||
assert sim.project_path.endswith("temp_testsim.toml")
|
||||
assert sim.project_path.endswith("tests/artifacts/temp_testsim.toml")
|
||||
|
||||
Reference in New Issue
Block a user