Set tests_directory to empty.

This commit is contained in:
Patrick Lehmann
2024-01-17 23:01:19 +01:00
parent c8c793dd86
commit cfdff6a993
8 changed files with 50 additions and 31 deletions

View File

@@ -2,7 +2,7 @@
requires = [
"setuptools >= 69.0.0",
"wheel >= 0.40.0",
"pyTooling >= 5.0.0"
"pyTooling ~= 6.0"
]
build-backend = "setuptools.build_meta"
@@ -30,6 +30,14 @@ filterwarnings = [
"error::PendingDeprecationWarning"
]
[tool.interrogate]
color = true
verbose = 1 # possible values: 0 (minimal output), 1 (-v), 2 (-vv)
fail-under = 59
generate-badge = "."
badge-format = "png"
ignore-setters = true
[tool.coverage.run]
branch = true
relative_files = true