summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Chan <alex@alexwlchan.net>2016-10-24 16:34:41 +0100
committerHynek Schlawack <hs@ox.cx>2016-10-24 17:34:41 +0200
commit6b69c55372a390ca350fd6d2749452ffe3f55049 (patch)
tree2eda52e47b788db8f0dfa2bf5609bd2717d87417 /tox.ini
parent29add1dc54122fd15d712a86bf305ab9c2ef8bc6 (diff)
downloadpyopenssl-6b69c55372a390ca350fd6d2749452ffe3f55049.tar.gz
Convert test_rand to use pytest-style tests (#563)
Fix up the assert helpers, subclass form `object` rather than test case, and use parametrization where appropriate. One helper method on the original `TestCase` was the ability to create temporary directories that were cleaned up at the end of the test -- now we use a pytest fixture instead: http://doc.pytest.org/en/latest/tmpdir.html Addresses #340.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8701977..9a41630 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@ setenv =
PIP_NO_BINARY=cryptography
commands =
openssl version
- coverage run --parallel -m pytest {posargs}
+ coverage run --parallel -m pytest -v {posargs}
[testenv:py27-twistedMaster]
deps =