adding tests for CI

This commit is contained in:
msramalho
2024-10-17 16:07:50 +01:00
parent 3ba20d2473
commit a39ecc0777
4 changed files with 31 additions and 3 deletions

View File

@@ -37,5 +37,5 @@ jobs:
working-directory: src
- name: Run tests
run: pipenv run PYTHONPATH=. pytest -v --color=yes tests/
run: PYTHONPATH=. pipenv run pytest -v --color=yes tests/
working-directory: src