Tests added.

Some bug solved.
This commit is contained in:
2026-04-12 19:04:20 +02:00
parent 779d8cee44
commit b2220b5bbd
11 changed files with 607 additions and 4 deletions

View File

@@ -24,9 +24,18 @@ docs = [
"mkdocs-material>=9.0",
"mkdocstrings[python]>=0.24",
]
dev = [
"pytest>=8.0",
"pytest-cov>=5.0",
]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["src", "tests"]
addopts = "--cov=appengine --cov-report=term-missing"
[project.urls]
"Homepage" = "https://git.beafrancois.fr/Foue/pyappengine"
"Homepage" = "https://git.beafrancois.fr/Foue-opensource/pyappengine"
[tool.setuptools.dynamic]
version = {file = ["VERSION"]}