Lines Matching refs:of
7 ##### Table of Contents
16 Atest is primarily composed of 2 components: [test finders](#test-finders) and
30 list of all modules in the android repo and some relevant info (e.g.
33 proceed to the first juicy part of atest, finding tests.
36 transform the user input into a ```TestInfo``` object that contains all of the
43 by the user, all of the test dependencies are built. This step can by bypassed
47 All of the ```TestInfo``` objects get passed into the ```test_runner_handler```
55 Here is a list of major files and dirs that are important to point out:
57 * ```cli_translator.py``` - Home of ```CLITranslator``` class. Translates the
62 * ```test_finders/``` - Location of test finder classes. More details on test
68 * ```test_runners/``` - Location of test runner classes. More details on test
70 * ```constants_default.py``` - Location of constant defaults. Need to override
71 some of these constants for your private repo? [Instructions below](#constants-override).
100 path of ```constants_override.py``` base path into ```PYTHONPATH```.