Skip to content

Commit 5acd794

Browse files
Switch to pytest as test runner
1 parent 83daa82 commit 5acd794

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ python =
1212
pypy-3: pypy3
1313

1414
[testenv]
15-
deps=
1615
commands=
17-
python -m unittest discover
16+
pip install -e .
17+
pytest -p no:logging
18+
deps=
19+
pytest
1820

1921
[testenv:flake8]
2022
deps=

0 commit comments

Comments
 (0)