diff --git a/pyproject.toml b/pyproject.toml index 5576a67..1f76b0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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