Skip to content

Commit

Permalink
Fix pytest config to run doctests (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-ryan authored Dec 29, 2023
2 parents d730cb0 + 3f50175 commit ed268df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ addopts = [
"--doctest-modules"
]
testpaths = [
"removestar",
"tests",
]
log_cli_level = "DEBUG"
Expand Down

0 comments on commit ed268df

Please sign in to comment.