From 77a9eae5a1e3a49250b68cac28238be76cdc2e2b Mon Sep 17 00:00:00 2001 From: HomieOmie Date: Sat, 6 May 2023 19:13:49 -0400 Subject: [PATCH] Committing changes --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d78f38e67..a4139a5c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,8 +16,8 @@ python_files = ["test_*.py", "*_test.py", "testing/python/*.py"] python_classes = ["Test", "Acceptance"] python_functions = ["test"] # NOTE: "doc" is not included here, but gets tested explicitly via "doctesting". -testpaths = ["testing/examples/my_test.py"] -norecursedirs = ["testing"] +testpaths = ["testing"] +norecursedirs = ["testing/example_scripts"] xfail_strict = true filterwarnings = [ "error",