Skip to content

Commit

Permalink
add xdoctest
Browse files Browse the repository at this point in the history
  • Loading branch information
gouzil committed Dec 28, 2023
1 parent 7bc0adc commit 3a233ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ test = [
"coverage",
]
[tool.pdm.scripts]
cov ={ composite = ["pytest tests --cov=pyfuture --cov-context=test", "coverage html --show-contexts {args}"]}
cov ={ composite = ["pytest tests --cov=pyfuture --cov-context=test --xdoctest ./tests ./pyfuture ", "coverage html --show-contexts {args}"]}

[tool.pdm.version]
source = "scm"
Expand Down

0 comments on commit 3a233ad

Please sign in to comment.