MCPcopy Index your code
hub / github.com/RustPython/RustPython / setup_tsan_tests

Function setup_tsan_tests

Lib/test/libregrtest/tsan.py:45–47  ·  view source on GitHub ↗
(cmdline_args)

Source from the content-addressed store, hash-verified

43
44
45def setup_tsan_tests(cmdline_args) -> None:
46 if not cmdline_args:
47 cmdline_args[:] = TSAN_TESTS[:]
48
49def setup_tsan_parallel_tests(cmdline_args) -> None:
50 if not cmdline_args:

Callers 1

find_testsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected