Lines Matching refs:code
3 This document explains the practical steps for contributing code to atest.
6 1. [Identify the code you should work on](#identify-the-code-you-should-work-on)
7 2. [Working on the Python Code](#working-on-the-python-code)
8 3. [Working on the TradeFed Code](#working-on-the-tradefed-code)
9 4. [Working on the VTS10-TradeFed Code](#working-on-the-vts10-tradefed-code)
10 5. [Working on the Robolectric Code](#working-on-the-robolectric-code)
13 ## <a name="what-code">Identify the code you should work on</a>
16 this division, your first step should be to identify the code
18 and run. Note that the wrapper code is written in python, so we'll be
23 This code defines atest's command line interface.
26 the appropriate test runner code to run the tests. As the tests
30 code you'll want to work on.
32 <p>For more details on how this code works, checkout the following docs:
40 This is the code that actually runs the test. If your change
42 code.
51 ## <a name="working-on-the-python-code">Working on the Python Code</a>
53 ##### Where does the Python code live?
55 The python code lives here: `tools/tradefederation/core/atest/`
78 ## <a name="working-on-the-tradefed-code">Working on the TradeFed Code</a>
80 ##### Where does the TradeFed code live?
82 The TradeFed code lives here:
90 to edit if you need to make changes to the TradeFed code.
109 first run the test file your code change affected individually. The
122 Before submitting code you should run all the TradeFed tests.
124 ## <a name="working-on-the-vts10-tradefed-code">Working on the VTS10-TradeFed Code</a>
126 ##### Where does the VTS10-TradeFed code live?
128 The VTS10-Tradefed code lives here: `test/vts/tools/vts-tradefed/`
133 You shouldn't need to edit vts10-tradefed code, so there is no
139 Again, you shouldn't need to change vts10-tradefed code.
141 ## <a name="working-on-the-robolectric-code">Working on the Robolectric Code</a>
143 ##### Where does the Robolectric code live?
145 The Robolectric code lives here: `prebuilts/misc/common/robolectric/3.6.1/`
150 You shouldn't need to edit this code, so no need to write tests.
154 Again, you shouldn't need to edit this code, so no need to run test.