We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17461ce commit c485a62Copy full SHA for c485a62
py/pyproject.toml
@@ -84,7 +84,7 @@ markers = [
84
"xfail_webkitgtk: Tests expected to fail in webkitgtk",
85
"no_driver_after_test: If there are no drivers after the test it will create a new one."
86
]
87
-python_files = ["test_*.py", "*_test.py"]
+python_files = ["test_*.py", "*_test.py", "*_tests.py"]
88
testpaths = ["test"]
89
90
# mypy global options
0 commit comments