tests: switch from nose to pytest

This commit is contained in:
Iain Learmonth 2023-03-30 14:11:09 +01:00
parent 2ad5da6e3b
commit 36cc1dc7ab
4 changed files with 96 additions and 43 deletions

View file

@ -5,5 +5,5 @@ set -e
bandit -r app
flake8 app
mypy app
nosetests tests
pytest tests