From 6f334c75f2525bb1551ef8ce5ef9e40d3615a5d9 Mon Sep 17 00:00:00 2001 From: "J.Townsend" Date: Thu, 9 Jun 2022 23:42:14 +0000 Subject: [PATCH] Add pyproject.toml file --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..908aebba --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,6 @@ +[tool.pytest.ini_options] +minversion = "7.1" +testpaths = [ + "tests", + "tests/discovery/", +] \ No newline at end of file