Skip to content

Commit

Permalink
avoid doctests collecting scripts in tests/cases
Browse files Browse the repository at this point in the history
  • Loading branch information
DropD committed Jan 15, 2025
1 parent 954869b commit 81c8979
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 @@ -45,6 +45,7 @@ Changelog = "https://github.com/C2SM/Sirocco/blob/main/CHANGELOG.md"
[tool.pytest.ini_options]
# Configuration for [pytest](https://docs.pytest.org)
addopts = "--pdbcls=IPython.terminal.debugger:TerminalPdb"
norecursedirs = "tests/cases"

[tool.coverage.run]
# Configuration of [coverage.py](https://coverage.readthedocs.io)
Expand Down

0 comments on commit 81c8979

Please sign in to comment.