Skip to content

Commit

Permalink
set pytest config to run doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Dec 8, 2024
1 parent bc5a171 commit ede4590
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ relative_files = true
[tool.pytest.ini_options]
minversion = "6.0"
testpaths = [
"deltametrics",
"tests",
]
norecursedirs = [
Expand All @@ -109,5 +110,11 @@ addopts = [
"--tb=native",
"--durations=16",
"--strict-markers",
"--doctest-modules",
"-vvv",
]
doctest_optionflags = [
"NORMALIZE_WHITESPACE",
"IGNORE_EXCEPTION_DETAIL",
"ELLIPSIS",
]

0 comments on commit ede4590

Please sign in to comment.