GitHub Actions: Unit Testing with pytest
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 5
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
This brings the option of using pytest to write tests and assertions, but most importantly, it provides filters like "resume from the last failed test", which are great for development.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the repository's existing GitHub Actions configuration and Python test setup to determine where pytest would be integrated. Confirm that tests run through pytest with assertion support and that development filters, including resuming from the last failed test, work as described.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- ci-cd, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100