feat(taxonomy): Redirect logs and artifacts to dedicated sub-folders
This commit is contained in:
@@ -24,7 +24,7 @@ def test_mma_complete_lifecycle(live_gui) -> None:
|
||||
mock_cli_path = f'{sys.executable} {os.path.abspath("tests/mock_gemini_cli.py")}'
|
||||
client.set_value('gcli_path', mock_cli_path)
|
||||
# Prevent polluting the real project directory with test tracks
|
||||
client.set_value('files_base_dir', 'tests/temp_workspace')
|
||||
client.set_value('files_base_dir', 'tests/artifacts/temp_workspace')
|
||||
client.click('btn_project_save')
|
||||
time.sleep(1)
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user