Skip to content

Commit

Permalink
Run all tests within the tests folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
VatsalJagani committed Mar 4, 2024
1 parent 858b298 commit 83a43cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pip install -r tests/requirements.txt
- name: Run Python Unit Tests
run: pytest tests/py_unit_tests.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
run: pytest tests --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html

- name: Linting with Ruff
run: ruff --output-format=github .
Expand Down

0 comments on commit 83a43cd

Please sign in to comment.