python.toml (571B)
1 [DEFAULT] 2 subsuite = "taskgraph" 3 4 ["test_actions.py"] 5 6 ["test_actions_util.py"] 7 8 ["test_decision.py"] 9 10 ["test_files_changed.py"] 11 12 ["test_main.py"] 13 14 ["test_morph.py"] 15 16 ["test_optimize_strategies.py"] 17 18 ["test_target_tasks.py"] 19 20 ["test_taskcluster_yml.py"] 21 22 ["test_transforms_build_schedules.py"] 23 24 ["test_transforms_job.py"] 25 26 ["test_transforms_test.py"] 27 28 ["test_util_attributes.py"] 29 30 ["test_util_backstop.py"] 31 32 ["test_util_bugbug.py"] 33 34 ["test_util_chunking.py"] 35 36 ["test_util_partials.py"] 37 38 ["test_util_runnable_jobs.py"] 39 40 ["test_util_templates.py"] 41 42 ["test_util_verify.py"]