Skip to content

Commit

Permalink
let pytest find the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicalNinjaDad committed Nov 15, 2023
1 parent a8375c8 commit 2a7c213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,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 --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
1 change: 1 addition & 0 deletions junit/test-results.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="pytest" errors="0" failures="0" skipped="0" tests="1" time="0.212" timestamp="2023-11-15T09:50:53.021458" hostname="MiBook"><testcase classname="test.test_GitHubActions" name="test_pass" time="0.004" /></testsuite></testsuites>

0 comments on commit 2a7c213

Please sign in to comment.