mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-06-28 03:06:14 +02:00
nose2 replaces nose for the unit tests
This commit is contained in:
parent
71f6c08c28
commit
04531488ca
4 changed files with 75 additions and 12 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue