Skip to content

Commit

Permalink
Switch to pytest as test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Jan 29, 2023
1 parent 83daa82 commit 5acd794
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ python =
pypy-3: pypy3

[testenv]
deps=
commands=
python -m unittest discover
pip install -e .
pytest -p no:logging
deps=
pytest

[testenv:flake8]
deps=
Expand Down

0 comments on commit 5acd794

Please sign in to comment.