Skip to content

Commit 7c2940b

Browse files
committed
Remove unneeded test config
1 parent 10273d4 commit 7c2940b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ exclude_dirs = ["tests", "tmp", "data"]
5252
skips = ["B404", "B603", "B607"]
5353

5454
[tool.pytest.ini_options]
55-
testpaths = ["tests"]
55+
testpaths = ["."]
5656
python_files = ["test_*.py"]
57-
addopts = "--cov=. --cov-report=term-missing --cov-report=html"
5857

5958
[tool.vulture]
6059
exclude = ["tests/", "tmp/", "data/"]

0 commit comments

Comments
 (0)