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 31355f3 commit 953dbf2Copy full SHA for 953dbf2
.github/workflows/build.yaml
@@ -28,4 +28,4 @@ jobs:
28
python setup.py build
29
- name: Test with pytest
30
run: |
31
- pytest -s .
+ pytest -s --doctest-modules curtsies tests
0 commit comments