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

Switch to pytest framework for testing #226

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jonbiemond
Copy link

@jonbiemond jonbiemond commented Dec 3, 2024

Add the pytest library for running tests as detailed in issue #255

  • Update requirements.txt to included pytest
  • Run tests in the test-and-build workflow with pytest instead of unittest
  • Add instructions to CONTRIBUTING.md on how to run tests with pytest

Resolves #225

@JWock82
Copy link
Owner

JWock82 commented Dec 8, 2024

This is great. I just want to be sure the test reports generated are ready to plug in to codecov before I pull it. I plan to have a closer look at it this next week.

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.

Switch to pytest framework
2 participants