pylint-dev/pylint
Vedi su GitHubAdd randomization to test suite to find test isolation problems
Open
#9063 aperta il 24 set 2023
Good first issueHacktoberfestNeeds PRtests
Metriche repository
- Star
- (4978 star)
- Metriche merge PR
- (Merge medio 58g 21h) (63 PR mergiate in 30 g)
Descrizione
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.