Skip to content

Commit 7a9e9bc

Browse files
committed
[testapp] Fix typo errors and...
Remove sentence regarding python2 compatibility... because python2 it's almost at the end of his life
1 parent 924b18c commit 7a9e9bc

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

testapps/on_device_unit_tests/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ On device unit tests
44
This test app runs a set of unit tests, to help confirm that the
55
python-for-android build is actually working properly.
66

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
88
supplied recipes at build time.
99

1010
It currently supports three app `modes`:
@@ -28,7 +28,7 @@ Building the app with python-for-android
2828

2929
You can use the provided file `setup_test_app.py`. Check our `Makefile
3030
<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
3232
<https://github.com/kivy/python-for-android/blob/develop/doc/source/testing_pull_requests.rst>`__,
3333
which describes some of the methods that you can use to build the test app.
3434

testapps/on_device_unit_tests/test_app/main.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,20 @@
1414
- A unittest app (webview bootstrap)
1515
- A non-gui unittests app
1616
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
1818
`app_requirements.txt` will be generated which will contain the requirements
1919
that we passed to the `setup_test_app.py` via arguments, which will determine
2020
the unittests that this app will run.
2121
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.
2323
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.
2625
2726
.. tip:: you can write more unit tests at `tests/test_requirements.py` and test
2827
these on desktop just by editing the file `app_requirements.txt`,
2928
which should be located at the same location than this file. This
3029
`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
3231
to create it. Also be aware that each `python-for-android` recipe
3332
that you want to test should be in a new line, taking into account the
3433
case of the recipe.

0 commit comments

Comments
 (0)