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 db5ab0a commit 8fa019fCopy full SHA for 8fa019f
.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