-
Notifications
You must be signed in to change notification settings - Fork 12
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
Migrate existing tests to pytest
from unittest
.
#80
Comments
Should close mrhappyasthma#80.
Good note! I actually should've included the line I don't think migrating to PyTest is required to get these tests to work. While it's not required, I do think it will unify the test logic. Before we migrate to PyTest, we make sure some tests (not only "API" ones) run at all for incoming PRs. That was my goal in #81. |
My, that was quick. Thank you! :) |
Existing tests are not running as part of the github actions. I believe it's because I implemented them using
unittest
and we are now usingpytest
(which seems to be the preferred options from some googling).The text was updated successfully, but these errors were encountered: