Set up testing with pytest and co

This commit is contained in:
2025-06-10 20:58:49 +02:00
parent 73cc252d3b
commit 0825b8d68d
8 changed files with 501 additions and 3 deletions
+9
View File
@@ -26,6 +26,15 @@ dependencies = [
]
scripts.dibbler = "dibbler.main:main"
[project.optional-dependencies]
dev = [
"pytest",
"pytest-cov",
"coverage-badge>=1.1.2",
"pytest-html>=4.1.1",
"sqlparse>=0.5.4",
]
[tool.setuptools.packages.find]
include = ["dibbler*"]