Lines Matching refs:tests
17 involved with your change. This will help determine what tests you write
26 the appropriate test runner code to run the tests. As the tests
58 ##### Writing tests
62 should have "_unittests" appended to the name. For example, tests
67 ##### Running tests
69 Python tests are just python files executable by the Python interpreter.
70 You can run ALL the python tests by executing this bash script in the
76 All tests should be passing before you submit your change.
93 ##### Writing tests
95 Tradefed test files live in a parallel `/tests/` file tree here:
96 `tools/tradefederation/core/tests/src/com/android/tradefed/`.
99 For example, the tests for `tools/tradefederation/core/src/com/android/tradefed/testtype/suite/Ates…
100 can be found in `tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/AtestRunn…
102 ##### Running tests
108 There are so many TradeFed tests that you'll probably want to
114 Thus, to run all the tests in AtestRunnerTest.java, you'd enter:
119 `./tools/tradefederation/core/tests/run_tradefed_tests.sh`
122 Before submitting code you should run all the TradeFed tests.
131 ##### Writing tests
134 need to write vts10 tests. Reach out to the vts team
137 ##### Running tests
148 ##### Writing tests
150 You shouldn't need to edit this code, so no need to write tests.
152 ##### Running tests