Skip to content

Commit 19ff274

Browse files
committed
CI: add doctestplus demo to CI
1 parent 9d8974d commit 19ff274

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pip.yml

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

Comments
 (0)