Skip to content

Commit cb4d427

Browse files
authored
Add pytest config to pyproject.toml (#181)
Add pytest config to pyproject.toml
2 parents 4f0b43e + c84d1a5 commit cb4d427

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ known-first-party = ["ondil"]
7575
[tool.ruff.lint.pydocstyle]
7676
convention = "google"
7777

78+
[tool.pytest.ini_options]
79+
testpaths = ["tests"]
80+
pythonpath = ["src"]
81+
addopts = "-v --tb=short"
82+
7883
[tool.setuptools.packages.find]
7984
where = ["src"]
8085

0 commit comments

Comments
 (0)