refactor(tests): Add strict type hints to fifth batch of test files

This commit is contained in:
2026-02-28 19:24:02 -05:00
parent ee2d6f4234
commit cc806d2cc6
9 changed files with 20 additions and 21 deletions

View File

@@ -11,7 +11,7 @@ from api_hook_client import ApiHookClient
# Session-wide storage for comparing metrics across parameterized fixture runs
_shared_metrics = {}
def test_performance_benchmarking(live_gui):
def test_performance_benchmarking(live_gui: tuple) -> None:
"""
Collects performance metrics for the current GUI script (parameterized as gui.py and gui_2.py).
"""