Skip to content

Commit

Permalink
Issue #141: update to pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Oct 3, 2024
1 parent d4aa62a commit b97ea71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-lint-test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
with:
secrets: ${{ toJSON(secrets) }}

- name: Test with unittest
- name: Test with pytest
run: |
python -m unittest discover -s tests
python -m pytest
- name: Run tests with coverage (coverage must be at least 80% to pass)
if: inputs.skip-coverage != 'true'
Expand Down

0 comments on commit b97ea71

Please sign in to comment.