feat(gui): Rename gui.py to gui_legacy.py and update references
This commit is contained in:
@@ -24,7 +24,7 @@ def kill_process_tree(pid):
|
||||
except Exception as e:
|
||||
print(f"[Fixture] Error killing process tree {pid}: {e}")
|
||||
|
||||
@pytest.fixture(scope="session", params=["gui.py", "gui_2.py"])
|
||||
@pytest.fixture(scope="session", params=["gui_legacy.py", "gui_2.py"])
|
||||
def live_gui(request):
|
||||
"""
|
||||
Session-scoped fixture that starts a GUI script with --enable-test-hooks.
|
||||
|
||||
Reference in New Issue
Block a user