We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb8279 commit c0374ffCopy full SHA for c0374ff
tox.ini
@@ -11,8 +11,7 @@ commands =
11
flake8 patterns/
12
; `randomly-seed` option from `pytest-randomly` helps with deterministic outputs for examples like `other/blackboard.py`
13
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/
+ pytest -s -vv --cov={envsitepackagesdir}/patterns --log-level=INFO tests/
16
17
18
[testenv:cov-report]
0 commit comments