diff options
| author | Mitsuo Tokumori <[email protected]> | 2023-10-29 06:59:37 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2023-10-29 06:59:37 -0500 |
| commit | 9baa55436bc5a98d118a17656bbf25e563522964 (patch) | |
| tree | daa01118bd11f5cf13d386d2c727a384563df1da /pyproject.toml | |
| parent | 71e7d6516608486f67afad5aad1f7b7f9a45886f (diff) | |
| download | ustayml-9baa55436bc5a98d118a17656bbf25e563522964.tar.gz ustayml-9baa55436bc5a98d118a17656bbf25e563522964.tar.bz2 ustayml-9baa55436bc5a98d118a17656bbf25e563522964.zip | |
Add unit tests
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 |
