Committing changes
This commit is contained in:
parent
097f3bc980
commit
77a9eae5a1
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue