pylint-dev/pylint
Ver no GitHubAdd randomization to test suite to find test isolation problems
Open
#9.063 aberto em 24 de set. de 2023
Good first issueHacktoberfestNeeds PRtests
Métricas do repositório
- Stars
- (4.978 stars)
- Métricas de merge de PR
- (Mesclagem média 58d 21h) (63 fundiu PRs em 30d)
Description
We can tackle test isolation issues in future work by adding a pytest plugin or some other solution for shuffling test cases.
Originally posted by @jacobtylerwalls in https://github.com/pylint-dev/pylint/issues/9041#issuecomment-1732605038
I'm familiar with the Django test runner's --shuffle option, but perhaps we can evaluate pytest-random-order or other plugins.