tests: switch from nose to pytest
This commit is contained in:
parent
2ad5da6e3b
commit
36cc1dc7ab
4 changed files with 96 additions and 43 deletions
|
@ -5,5 +5,5 @@ set -e
|
|||
bandit -r app
|
||||
flake8 app
|
||||
mypy app
|
||||
nosetests tests
|
||||
pytest tests
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue