MCPcopy Create free account
hub / github.com/boostorg/build / reorder_tests

Function reorder_tests

v2/test/test_all.py:140–145  ·  view source on GitHub ↗
(tests, first_test)

Source from the content-addressed store, hash-verified

138
139
140def reorder_tests(tests, first_test):
141 try:
142 n = tests.index(first_test)
143 return [first_test] + tests[:n] + tests[n + 1:]
144 except ValueError:
145 return tests
146
147
148critical_tests = ["unit_tests", "module_actions", "startup_v2", "core_d12",

Callers 1

run_testsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected