tito / telenium

Automation for Kivy Application
MIT License
67 stars 23 forks source link

Virtualenv support #4

Closed jegger closed 7 years ago

jegger commented 7 years ago

Be able to start telenium-test from virtualenv (use python-exe from the virtualenv to launch the app). Check entrypoint for aboslute path: if it is not absolute (only 'main.py') we assume that we can use cwd() for the cwd value.

I do not know if you even accept PR's for this project, let me know. Really cool project btw!

tito commented 7 years ago

Thanks for the PR!