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",