Skip to content

Commit 34ea67c

Browse files
committed
tests: Configure pytest to ignore docs
1 parent 844fdfd commit 34ea67c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ multiline-quotes = "double"
6969
addopts = [
7070
"--doctest-modules",
7171
"--cov=src/doi",
72+
"--ignore=docs",
7273
]
7374
markers = [
7475
"net: marks tests that call use the net"

0 commit comments

Comments
 (0)