anapaulagomes / anapaulagomes/pytest-picked
"Guess" the test file from changed module
Open
enhancement
good first issue
- Dominant language
- Python
- Stars
- 409
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Let's say you've changed `house/serializers.py`. Would be nice to run the tests of `house/test_serializers.py` or even the tests that were related.
To keep in mind:
- There is an option on pytest to specify [test paths](https://docs.pytest.org/en/latest/reference.html#confval-testpaths)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.