Skip to content

Commit

Permalink
Support --doctest-version in github and bash.
Browse files Browse the repository at this point in the history
Closes #508.

I included golden tests for `--doctest` both with and without
`--doctest-version`. The without tests will need updating every time
the default doctest version changes. If that's not desirable I can
remove those.
  • Loading branch information
ChickenProp authored and phadej committed Mar 16, 2024
1 parent beb93e0 commit 3c31eb2
Show file tree
Hide file tree
Showing 13 changed files with 3,022 additions and 2 deletions.
2 changes: 2 additions & 0 deletions fixtures/doctest-version.args
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--doctest
--doctest-version=^>=0.20
Loading

0 comments on commit 3c31eb2

Please sign in to comment.