[deps] add pytest-randomly to run tests in random order
ATM it is intended for use in dev env, not test env. On test/ci we want a more reproducable order (...I think).
This commit is contained in:
parent
463c824f5c
commit
948ab10773
4 changed files with 111 additions and 13 deletions
|
|
@ -9,3 +9,4 @@ ruff # linter
|
|||
uv # resolver for pip-compile-multi
|
||||
genbadge[tests,coverage] # create badges from coverage reports and pytest
|
||||
pymarkdownlnt # lint markdown files, note: it's "lnt" at the end, not "lint"
|
||||
pytest-randomly # run tests in random order; installed in dev env because in test/ci we want more reproducibility
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue