Home
last modified time | relevance | path

Searched refs:test_case_ids_to_run (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/testing/
Dbrowser_test_context.py63 def test_case_ids_to_run(self): member in TypTestContext
Dbrowser_test_runner_unittest.py384 context.test_case_ids_to_run.add(
386 context.test_case_ids_to_run.add(
Dserially_executed_browser_test_case.py188 if test.id() in test_context.test_case_ids_to_run:
Drun_browser_tests.py286 context.test_case_ids_to_run.add(t.id())