ci: let nose discover the tests
This commit is contained in:
parent
97a59bf239
commit
e57f406967
3 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ test:nose:
|
||||||
- apt update && apt install build-essential
|
- apt update && apt install build-essential
|
||||||
- pip install -r requirements.txt --quiet
|
- pip install -r requirements.txt --quiet
|
||||||
- pip install nose
|
- pip install nose
|
||||||
- nosetests test/*/*.py
|
- nosetests tests
|
||||||
|
|
||||||
test:pylint:
|
test:pylint:
|
||||||
script:
|
script:
|
||||||
|
|
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
0
tests/list/__init__.py
Normal file
0
tests/list/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue