Tests added.
Some bug solved.
This commit is contained in:
@@ -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"]}
|
||||
Reference in New Issue
Block a user