Skip to content

Commit 58d6c97

Browse files
move pytest configs to pyproject.toml
1 parent 53cb485 commit 58d6c97

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,7 @@ pytest = "*"
5353
pytest-cov = "*"
5454
setuptools_scm = "*"
5555
sphinx = "*"
56+
57+
[tool.pytest.ini_options]
58+
addopts = "--cov=rle_array --cov-report term-missing --cov-report xml"
59+
testpath = tests

pytest.ini

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)