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

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

Closed
fitzypop opened this issue Aug 4, 2021 · 1 comment · Fixed by #6
Closed

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

fitzypop opened this issue Aug 4, 2021 · 1 comment · Fixed by #6
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@fitzypop
Copy link
Owner

fitzypop commented Aug 4, 2021

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 fitzypop self-assigned this Aug 4, 2021
@fitzypop fitzypop added enhancement New feature or request question Further information is requested labels Aug 4, 2021
@fitzypop
Copy link
Owner Author

fitzypop commented Aug 5, 2021

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.

fitzypop pushed a commit that referenced this issue Aug 5, 2021
Implement tox #5 and change to api. close #5 .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant