Skip to content

Commit 253364e

Browse files
committed
Include doctest in pytest configuration again
1 parent f1efc54 commit 253364e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ minversion = "6.0"
185185
addopts = "-ra --strict-config --strict-markers"
186186
log_cli_level = "INFO"
187187
xfail_strict = true
188-
testpaths = ["tests"]
188+
testpaths = ["src", "tests"]
189189
filterwarnings = [
190190
"error",
191191
"ignore:.*use `imageio` or other I/O packages directly.*:FutureWarning:tests",

0 commit comments

Comments
 (0)