Committing changes

This commit is contained in:
HomieOmie 2023-05-06 19:13:49 -04:00
parent 097f3bc980
commit 77a9eae5a1
1 changed files with 2 additions and 2 deletions

View File

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