Skip to content

Commit

Permalink
Enable Pytest doctests.
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed Sep 20, 2021
1 parent 5b69f2c commit f5e1e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
if-no-files-found: error
- name: Run tests
run: |
pytest --pyargs delocate --log-level DEBUG --cov-config=.coveragerc --cov=delocate
pytest --pyargs delocate --log-level DEBUG --cov-config=.coveragerc --cov=delocate --doctest-modules
- name: Collect code coverage data
run: |
coverage xml
Expand Down Expand Up @@ -91,4 +91,4 @@ jobs:
pip install pytest
- name: Run isolated tests
run: |
pytest --pyargs delocate --log-level DEBUG
pytest --pyargs delocate --log-level DEBUG --doctest-modules

0 comments on commit f5e1e8a

Please sign in to comment.