From 9baa55436bc5a98d118a17656bbf25e563522964 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Sun, 29 Oct 2023 06:59:37 -0500 Subject: Add unit tests --- pyproject.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'pyproject.toml') 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 -- cgit v1.2.3