Update testing

This commit is contained in:
Edkar Chachati
2023-12-23 19:42:58 -04:00
parent 30720f4091
commit cec6c5a935

View File

@@ -58,12 +58,7 @@ jobs:
- name: Run tests
run: |
source .venv/bin/activate
if pytest -k "non_existent_identifier_to_avoid_match" .; then
pytest . --exitfirst
coverage report
else
echo "No tests found"
fi
coverage run -m pytest
#----------------------------------------------
# save tests results
#----------------------------------------------