Commit c0d3015
committed
Fixes service only unittest loading
See adb logcat trace after the fix:
```
Android kivy bootstrap done. __name__ is __main__
AND: Ran string
Run user program, change dir and execute entrypoint
Imported unittest
App requirements are: {'sqlite3', 'python3', 'openssl', 'requests', 'pyjnius', 'libffi'}
Defined test case
Adding Testcase: tests.test_requirements.Sqlite3TestCase
Adding Testcase: tests.test_requirements.OpensslTestCase
Adding Testcase: tests.test_requirements.RequestsTestCase
Adding Testcase: tests.test_requirements.PyjniusTestCase
Adding Testcase: tests.test_requirements.LibffiTestCase
Tests to perform are: {'sqlite3': 'tests.test_requirements.Sqlite3TestCase', 'openssl': 'tests.test_requirements.OpensslTestCase', 'requests': 'tests.test_requirements.RequestsTestCase', 'pyjnius': 'tests.test_requirements.PyjniusTestCase', 'libffi': 'tests.test_requirements.LibffiTestCase'}
..........
----------------------------------------------------------------------
Ran 10 tests in 4.130s
OK
Python for android ended.
```1 parent f96356b commit c0d3015
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
0 commit comments