Skip to content

Commit 63b415f

Browse files
committed
Moved pytest settings to pyproject.toml
1 parent fcead9a commit 63b415f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ multi_line_output = 4
1313

1414
[tool.autopep8]
1515
max_line_length = 99
16+
17+
[tool.pytest.ini_options]
18+
addopts = "-rsx --tb=short"
19+
testpaths = ["tests"]

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ type_comments =
4040

4141
[flake8]
4242
max-line-length = 99
43+
44+
[tool:pytest]
45+
addopts = -rsx --tb=short
46+
testpaths = tests

0 commit comments

Comments
 (0)