Skip to content

Commit

Permalink
Update doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
wukevin committed Nov 11, 2024
1 parent b263cee commit 5ce97d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/doctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
- name: Run pytest
run: |
for file in $(find . -name "*.py"); do
if [[ $file == test_* ]]; then
continue
fi
python -m doctest $file
done

0 comments on commit 5ce97d7

Please sign in to comment.