-
Notifications
You must be signed in to change notification settings - Fork 29
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
unit tests should be enforced by the CI #52
Comments
After a quick regression fix, |
@etienne-monier you might want to use your magic on this one ;-) |
I'll have a look at this. But I think that a CI workflow should be considered, such as:
The latter leads to release creations. I saw the package had two tags. Making releases should be preferred. Via CI, it requires an API token. Trying on test pypi could be nice. I hesitate concerning the "any commit" rule. Maybe pull request is enough, but I'll consider this. I'm more familiar with gitlab CI but as I've a website to update, I'll make come CI to deploy to github pages :) |
Here is a first PR |
Fixed by #73, thanks ! |
pytest
stopped working, and I realize our unit tests are broken in many ways:Some of these tasks are “good first issues” for developers with basic Python / github CI culture — and I’m afraid I’m not reaching the “basic” level right now for these.
The text was updated successfully, but these errors were encountered: