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