ci: let nose discover the tests

This commit is contained in:
Iain Learmonth 2022-05-17 08:13:27 +01:00
parent 97a59bf239
commit e57f406967
3 changed files with 1 additions and 1 deletions

View file

@ -41,7 +41,7 @@ test:nose:
- apt update && apt install build-essential
- pip install -r requirements.txt --quiet
- pip install nose
- nosetests test/*/*.py
- nosetests tests
test:pylint:
script:

0
tests/__init__.py Normal file
View file

0
tests/list/__init__.py Normal file
View file