Compare commits

...

1 commit

Author SHA1 Message Date
hugovk cb7b0c8c6e Suppress the report at the end of the run detailing flaky test results 2015-05-07 20:25:44 +03:00

View file

@ -11,7 +11,7 @@ deps =
ipdb ipdb
pytest-cov pytest-cov
flaky flaky
commands = py.test -v --cov pylast --cov-report term-missing {posargs} commands = py.test -v --cov pylast --cov-report term-missing --no-flaky-report {posargs}
[testenv:venv] [testenv:venv]
deps = ipdb deps = ipdb