refactor(tests): Add strict type hints to sixth batch of test files
This commit is contained in:
@@ -8,7 +8,7 @@ sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
||||
|
||||
from api_hook_client import ApiHookClient
|
||||
|
||||
def test_comms_volume_stress_performance(live_gui):
|
||||
def test_comms_volume_stress_performance(live_gui) -> None:
|
||||
"""
|
||||
Stress test: Inject many session entries and verify performance doesn't degrade.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user