From b24df823134d0c582821cd7ad50cad1681970b36 Mon Sep 17 00:00:00 2001 From: "Ellie S. Abrahams" Date: Mon, 11 Mar 2024 16:22:04 -0700 Subject: [PATCH] add test path --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 77ed372..444bbf8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,3 +21,6 @@ classifiers = [ [project.urls] Homepage = "https://github.com/elliesch/flipnslide" Issues = "https://github.com/elliesch/flipnslide/issues" + +[tool.pytest] +testpaths = ["flipnslide"]