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 9d8974d commit 19ff274Copy full SHA for 19ff274
.github/workflows/pip.yml
@@ -87,3 +87,8 @@ jobs:
87
for file in "${test_files[@]}"; do
88
python -m pytest "${file}" --doctest-modules
89
done
90
+
91
+ - name: Demo interoperability with doctestplus
92
+ run: |
93
+ python -m pip install pytest-doctestplus
94
+ python -m pytest scipy_doctest/tests/ -v -k'alt_checker'
0 commit comments