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

nose -> pytest #45

Merged
merged 8 commits into from
Nov 12, 2024
Merged

nose -> pytest #45

merged 8 commits into from
Nov 12, 2024

Conversation

pyrox0
Copy link
Contributor

@pyrox0 pyrox0 commented Jul 29, 2024

With your PR, here is a check list:

  • Has test cases written?
  • Has all code lines tested?
  • Has make format been run?
  • Please update CHANGELOG.yml(not CHANGELOG.rst)
  • Has fair amount of documentation if your change is complex
  • Agree on NEW BSD License for your contribution

This moves the project from the unmaintained nose test runner to pytest, which is a standard python test runner these days. The tests are equivalent and all pass, same as before, and coverage is still measured. Note that the codecov action included in the workflow right now does not function, as per codecov docs the @v1 tag of codecov-action no longer functions.

@pyrox0 pyrox0 mentioned this pull request Jul 29, 2024
6 tasks
@chfw chfw merged commit 9862d28 into pyexcel:dev Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants