Skip to content

Commit

Permalink
Update python-package.yml to point to correct tests file
Browse files Browse the repository at this point in the history
  • Loading branch information
florencejt authored Nov 22, 2023
1 parent c88b7aa commit a9e2193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Test with pytest
run: |
pip install pytest pytest-cov
pytest tests.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
pytest ./tests/ --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html

0 comments on commit a9e2193

Please sign in to comment.