From e262c12858236a4858d9e063d3a9532ecd633690 Mon Sep 17 00:00:00 2001 From: HomieOmie <93492271+HomieOmie@users.noreply.github.com> Date: Sat, 6 May 2023 19:56:53 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d78f38e67..cef7355fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ 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"] +testpaths = ["testing"] norecursedirs = ["testing"] xfail_strict = true filterwarnings = [