Skip to content
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

Closed
inclement opened this issue Jan 30, 2019 · 4 comments
Closed

Create an app for testing p4a builds on the device #1630

inclement opened this issue Jan 30, 2019 · 4 comments

Comments

@inclement
Copy link
Member

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.

@inclement
Copy link
Member Author

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.

@hackalog
Copy link

I was thinking of doing something similar in ios. How are you planning on testing (automating) that the app ran on the device correctly?

@inclement
Copy link
Member Author

@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.

@AndreMiras
Copy link
Member

@hackalog yes confirmed we're working on automated runtime checking on Android #1637
For iOS you should take a look at https://github.com/kivy/kivy-ios

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants