fix: move pytest.ini into setup.cfg
This commit is contained in:
11
pytest.ini
11
pytest.ini
@@ -1,11 +0,0 @@
|
|||||||
[pytest]
|
|
||||||
addopts =
|
|
||||||
# show summary of all tests that did not pass
|
|
||||||
-ra
|
|
||||||
# enable all warnings
|
|
||||||
-Wd
|
|
||||||
# coverage and html report
|
|
||||||
--cov=waybackpy
|
|
||||||
--cov-report=html
|
|
||||||
testpaths =
|
|
||||||
tests
|
|
12
setup.cfg
12
setup.cfg
@@ -71,3 +71,15 @@ python_version = 3.9
|
|||||||
show_error_codes = True
|
show_error_codes = True
|
||||||
pretty = True
|
pretty = True
|
||||||
strict = True
|
strict = True
|
||||||
|
|
||||||
|
[tool:pytest]
|
||||||
|
addopts =
|
||||||
|
# show summary of all tests that did not pass
|
||||||
|
-ra
|
||||||
|
# enable all warnings
|
||||||
|
-Wd
|
||||||
|
# coverage and html report
|
||||||
|
--cov=waybackpy
|
||||||
|
--cov-report=html
|
||||||
|
testpaths =
|
||||||
|
tests
|
||||||
|
Reference in New Issue
Block a user