nose2 replaces nose for the unit tests

This commit is contained in:
Cédric Bonhomme 2019-12-19 23:03:49 +01:00
parent 71f6c08c28
commit 04531488ca
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
4 changed files with 75 additions and 12 deletions

View file

@ -24,7 +24,7 @@ tasks:
- test: |
export PATH="$PATH:/home/build/.local/bin"
cd ${project}
poetry run nosetests
poetry run nose2 -v --pretty-assert
- typecheck: |
export PATH="$PATH:/home/build/.local/bin"
cd ${project}