fitzypop / clickpy

Automated mouse clicker script
MIT License
0 stars 1 forks source link

What is Tox, and do I want to use it? #5

Closed fitzypop closed 3 years ago

fitzypop commented 3 years ago

Tox looks like a testing automation tool, which can be used to test multiple python interpreters easily.

I'm already using pytest with poetry, and I'm only supporting python 3.9 right now. Do I want to use tox with this project?

Maybe, just for the hell of it?

fitzypop commented 3 years ago

I figured out how to run tox within poetry. And the errors I saw were related to 1.) not having all the python interpreters installed, and 2.) env vars not set for pyautogui to run.