done: Test Coverage
This commit is contained in:
parent
5f1621ffd1
commit
fe35e21da6
7 changed files with 261 additions and 0 deletions
|
|
@ -9,3 +9,10 @@ dependencies = [
|
|||
[build-system]
|
||||
requires = ["flit_core<4"]
|
||||
build-backend = "flit_core.buildapi"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
|
||||
[tool.coverage.run]
|
||||
branch = true
|
||||
source = ["flaskr"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue