Skip to content

Commit

Permalink
pyproject.toml with tool.pytest.ini_options for ipdb
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Jun 1, 2024
1 parent d01277d commit 3f39c68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ dev = ["pip", "build", "pylint", "twine"]
[tool.pytest]
addopts = "--doctest-modules"

# [tool.pytest.ini_options]
# addopts = "--cov --cov-config=pyproject.toml --no-cov-on-fail"
[tool.pytest.ini_options]
addopts = "--pdbcls=IPython.terminal.debugger:TerminalPdb"


[tool.black]
line-length = 82
Expand Down

0 comments on commit 3f39c68

Please sign in to comment.