Skip to content

Commit 22e3a0c

Browse files
committed
[py] fix test discovery for pytest
1 parent 3cb7784 commit 22e3a0c

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)