diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index ab85115..5156197 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,4 +8,11 @@ dependencies = [ [build-system] requires = ["flit_core<4"] -build-backend = "flit_core.buildapi"
\ No newline at end of file +build-backend = "flit_core.buildapi" + +[tool.pytest.ini_options] +testpaths = ["tests"] + +[tool.coverage.run] +branch = true +source = ["flaskr"]
\ No newline at end of file |
