Lines Matching refs:that
29 it). That is a critical piece that atest depends on. Module-info.json contains a
31 compatibility_suite, auto_gen_config, etc) that is used during the test finding
36 transform the user input into a ```TestInfo``` object that contains all of the
55 Here is a list of major files and dirs that are important to point out:
59 * ```test_finder_handler.py``` - Module that collects all test finders,
64 * ```test_finders/test_info.py``` - Module that defines ```TestInfo``` class.
65 * ```test_runner_handler.py``` - Module that collects all test runners and
75 Test finders are classes that host find methods. The find methods are called by
78 dependencies for the supplied test, translating it into a form that a test
86 Test Runners are classes that execute the tests. They consume a ```TestInfo```
94 own constants_override.py that lives in your own private repo.