Update pyproject.toml

This commit is contained in:
HomieOmie 2023-05-06 19:56:53 -04:00 committed by GitHub
parent 097f3bc980
commit e262c12858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [