-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
refactoringCode improvement without behavior changeCode improvement without behavior change
Description
Summary
Use a library (e.g. pytest-randomly) or a nox session modification to run the tests in a random (yet reproducibly random order).
Verify that all tests can be run independent of one another by executing the random order at least 5 different ways.
Create a list of any tests that cannot be run independently and create follow up tasks to resolve:
./test/integration/formatter_test.pytest_complex_format_stringaffectstest/integration/metadata_test.pytest_list_indices. Without the former being run, the latter fails locally and in the CI.
Metadata
Metadata
Assignees
Labels
refactoringCode improvement without behavior changeCode improvement without behavior change