Skip to content

Commit

Permalink
Special case --doctest-modules for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hal Wine committed Oct 1, 2020
1 parent 4284359 commit cfc77c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions github/vscode-debug-wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
# N.B. since that will also happen in pytest's doctest mode, that
# special case is dealt with in the parse_args function
branch_retrieve_github_data.main()
elif sub_command == "--doctest-modules":
# Another special case
pass
else:
raise SystemError(f"Unknown sub command '{sub_command}'")

0 comments on commit cfc77c4

Please sign in to comment.