Patrick Dallaire
Patrick Dallaire
I've created a very simple Test App app to test my changes. ### Test App #### main.py ```python iimport pkg_resources import platform from kivy.app import App from kivy.uix.anchorlayout import AnchorLayout...
### Checklist - [ ] the issue is indeed a bug and not a support request - [ ] issue doesn't already exist: https://github.com/kivy/python-for-android/issues - [ ] I have a...
### Description Sending an `app_quit` request often causes a remote disconnection. This is no surprise. It's simply impossible for the app to send a proper response if it's not running...
### Description `TeleniumTestCase` refuses to communicate with app because `get_token` request returns `None`. ``` @classmethod def start_process(cls): ... # ensure the telenium we are connected are the same as the...
### Description When using `TeleniumTestCase`'s default `cmd_entrypoint` value (`[main.py]`) we run into a problem at the following method call. ``` @classmethod def start_desktop_process(cls, cmd, env): cwd = os.path.dirname(cls.cmd_entrypoint[0]) cls.process =...
### Description Hello, this is probably more of a usage issue so you are free to redirect me elsewhere if need be. I am running my app (see `main.py`) on...