Skip to content

Commit c485a62

Browse files
authored
[py] fix test discovery for pytest (#15415)
1 parent 17461ce commit c485a62

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)