We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d108dd1 commit 26c95f2Copy full SHA for 26c95f2
testapps/on_device_unit_tests/setup_test_app.py
@@ -5,7 +5,7 @@
5
our requirements we can build an kivy, flask or a non-gui app. We default to an
6
kivy app, since the python-for-android project its a sister project of kivy.
7
8
-The parameter `requirements` it's crucial to determine the unit tests we will
+The parameter `requirements` is crucial to determine the unit tests we will
9
perform with our app, so we must explicitly name the recipe we want to test
10
and, of course, we should have the proper test for the given recipe at
11
`tests.test_requirements.py` or nothing will be tested. We control our default
0 commit comments