Skip to content

Commit 3770649

Browse files
cgoldbergsandeepsuryaprasad
authored andcommitted
[py] fix test discovery for pytest (SeleniumHQ#15415)
1 parent 49c6b17 commit 3770649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ markers = [
8484
"xfail_webkitgtk: Tests expected to fail in webkitgtk",
8585
"no_driver_after_test: If there are no drivers after the test it will create a new one."
8686
]
87-
python_files = ["test_*.py", "*_test.py"]
87+
python_files = ["test_*.py", "*_test.py", "*_tests.py"]
8888
testpaths = ["test"]
8989

9090
# mypy global options

0 commit comments

Comments
 (0)