test: add pytest coverage for core modules

This commit is contained in:
scawful
2025-12-30 13:21:33 -05:00
parent 4084bc87e0
commit efc46027ff
7 changed files with 187 additions and 1 deletions

View File

@@ -8,6 +8,14 @@ authors = [
{name = "scawful"}
]
[project.optional-dependencies]
test = [
"pytest>=7.4"
]
[tool.pytest.ini_options]
testpaths = ["tests"]
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"