File tree 2 files changed +6
-7
lines changed
testapps/on_device_unit_tests 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ On device unit tests
4
4
This test app runs a set of unit tests, to help confirm that the
5
5
python-for-android build is actually working properly.
6
6
7
- Also its dynamic, because it will run one app or another depending on the
7
+ Also it's dynamic, because it will run one app or another depending on the
8
8
supplied recipes at build time.
9
9
10
10
It currently supports three app `modes `:
@@ -28,7 +28,7 @@ Building the app with python-for-android
28
28
29
29
You can use the provided file `setup_test_app.py `. Check our `Makefile
30
30
<https://github.com/kivy/python-for-android/blob/develop/Makefile> `__ to guess
31
- how to build th e test app, or also you can look at `testing pull requests documentation
31
+ how to build the test app, or also you can look at `testing pull requests documentation
32
32
<https://github.com/kivy/python-for-android/blob/develop/doc/source/testing_pull_requests.rst> `__,
33
33
which describes some of the methods that you can use to build the test app.
34
34
Original file line number Diff line number Diff line change 14
14
- A unittest app (webview bootstrap)
15
15
- A non-gui unittests app
16
16
17
- If you install/build this app via the `setup_test_app.py` file, an file named
17
+ If you install/build this app via the `setup_test_app.py` file, a file named
18
18
`app_requirements.txt` will be generated which will contain the requirements
19
19
that we passed to the `setup_test_app.py` via arguments, which will determine
20
20
the unittests that this app will run.
21
21
22
- .. note:: This app it's made to be working on desktop and on an android device.
22
+ .. note:: This app is made to be working on desktop and on an android device.
23
23
Be aware that some of the functionality of this app will only work on
24
- an android device. Also should be mentioned that it will run for
25
- python2 and python3.
24
+ an android device.
26
25
27
26
.. tip:: you can write more unit tests at `tests/test_requirements.py` and test
28
27
these on desktop just by editing the file `app_requirements.txt`,
29
28
which should be located at the same location than this file. This
30
29
`app_requirements.txt` file, it's autogenerated when the
31
- `setup_test_app.py` is ran, so in certain circumstances, you may need
30
+ `setup_test_app.py` is ran, so in certain circumstances, you may need
32
31
to create it. Also be aware that each `python-for-android` recipe
33
32
that you want to test should be in a new line, taking into account the
34
33
case of the recipe.
You can’t perform that action at this time.
0 commit comments