feat(taxonomy): Redirect logs and artifacts to dedicated sub-folders
This commit is contained in:
@@ -21,7 +21,7 @@ def test_full_live_workflow(live_gui) -> None:
|
||||
client.click("btn_reset")
|
||||
time.sleep(1)
|
||||
# 2. Project Setup
|
||||
temp_project_path = os.path.abspath("tests/temp_project.toml")
|
||||
temp_project_path = os.path.abspath("tests/artifacts/temp_project.toml")
|
||||
if os.path.exists(temp_project_path):
|
||||
os.remove(temp_project_path)
|
||||
client.click("btn_project_new_automated", user_data=temp_project_path)
|
||||
@@ -74,3 +74,4 @@ def test_full_live_workflow(live_gui) -> None:
|
||||
# Verify session is empty in new discussion
|
||||
session = client.get_session()
|
||||
assert len(session.get('session', {}).get('entries', [])) == 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user