-
Notifications
You must be signed in to change notification settings - Fork 35
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
Use unittest to run tests #222
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good so far. I assume you're still working on this since tests are failing.
tox.ini
Outdated
@@ -1,7 +0,0 @@ | |||
[tox] | |||
envlist = py37,py38,py39,py310,py311 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was testing against a bunch of different Python versions. Is that now done somewhere else?
Edit: looks like github actions is configured to do it, so should be safe to remove here, assuming this is not used elsewhere.
General cleanup in addition to switching the test runner.