-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create an app for testing p4a builds on the device #1630
Comments
Closing via #1636. The app needs lots of features to fulfil the detailed goals we might have, but the basic core is there for now. |
I was thinking of doing something similar in ios. How are you planning on testing (automating) that the app ran on the device correctly? |
@hackalog @AndreMiras has been looking at automation, not sure about the state of it. However, just having an app that can be run and assessed from the logcat output alone is already a nice improvement, even if it has to be started manually. |
@hackalog yes confirmed we're working on automated runtime checking on Android #1637 |
The app should import each of its included modules and do a basic test of them before exiting. This can be automated with unittest. This on-device test can then be used to test the state of python-for-android beyond only checking that the builds complete. It can also possibly be automated in the future.
Discussed with @AndreMiras, will probably aim for an initial proof of concept very soon.
The text was updated successfully, but these errors were encountered: