tests: switch from nose to pytest
This commit is contained in:
parent
2ad5da6e3b
commit
36cc1dc7ab
4 changed files with 96 additions and 43 deletions
|
@ -41,13 +41,13 @@ test:mypy:
|
|||
- pip install -r requirements-types.txt --quiet
|
||||
- mypy app
|
||||
|
||||
test:nose:
|
||||
test:pytest:
|
||||
script:
|
||||
- cp config.yaml.example config.yaml
|
||||
- apt update && apt install build-essential
|
||||
- pip install -r requirements.txt --quiet
|
||||
- pip install nose
|
||||
- DISABLE_METRICS=true nosetests tests
|
||||
- pip install pytest
|
||||
- DISABLE_METRICS=true pytest tests
|
||||
|
||||
test:pylint:
|
||||
script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue