We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f202ec3 commit 2153b60Copy full SHA for 2153b60
.github/workflows/pythonpackage.yml
@@ -22,4 +22,4 @@ jobs:
22
poetry install --with=test
23
- name: Test with pytest
24
run: |
25
- poetry run pytest
+ poetry run pytest --doctest-modules
0 commit comments