Skip to content

Commit a0c8629

Browse files
committed
CI: add doctestplus demo to CI
1 parent 9f5e37e commit a0c8629

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pip.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,9 @@ jobs:
8686
for file in "${test_files[@]}"; do
8787
python -m pytest "${file}" --doctest-modules
8888
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

Comments
 (0)