Skip to content

Commit

Permalink
adding doctest modules back in.
Browse files Browse the repository at this point in the history
  • Loading branch information
tybruno committed Jun 3, 2024
1 parent 6b097e9 commit d1c822f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
python -m pip install -r requirements-test.txt
- name: Test
run: |
pytest tests/
pytest tests/ --doctest-modules

0 comments on commit d1c822f

Please sign in to comment.