continue tests

This commit is contained in:
2023-06-12 23:57:49 +02:00
parent ae80d8b87f
commit b3afd580e0
12 changed files with 252 additions and 38 deletions

View File

@@ -47,6 +47,7 @@ branch = true
source = ["beflask"]
[tool.pytest.ini_options]
addopts = "--cov --cov-report html --cov-report term-missing" #--cov-fail-under 95 "
testpaths = ["tests"]
[tool.black]