Set up testing with pytest and co

This commit is contained in:
2025-06-10 20:58:49 +02:00
parent cc22ec0783
commit 4f45d9f39e
8 changed files with 258 additions and 3 deletions

View File

@@ -22,6 +22,15 @@ dependencies = [
"python-barcode",
]
[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*"]