Skip to content

Commit c0374ff

Browse files
committed
All tests can run in random order
1 parent 7cb8279 commit c0374ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ commands =
1111
flake8 patterns/
1212
; `randomly-seed` option from `pytest-randomly` helps with deterministic outputs for examples like `other/blackboard.py`
1313
pytest --randomly-seed=1234 --doctest-modules patterns/
14-
; `-p no:randomly` turns off `randomly` plugin for unit tests
15-
pytest -s -vv --cov={envsitepackagesdir}/patterns --log-level=INFO -p no:randomly tests/
14+
pytest -s -vv --cov={envsitepackagesdir}/patterns --log-level=INFO tests/
1615

1716

1817
[testenv:cov-report]

0 commit comments

Comments
 (0)