Searched refs:TESTS (Results 1 – 1 of 1) sorted by relevance
194 TESTS=sorted([(name, thing) for name, thing in locals().items() if is_test(name, thing)]) variable204 tests = TESTS