Skip to content

Commit bcd7095

Browse files
committed
add needs_fresh_driver marker
1 parent 02b048a commit bcd7095

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

py/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ markers = [
8686
"xfail_safari: Tests expected to fail in Safari",
8787
"xfail_webkitgtk: Tests expected to fail in WebKitGTK",
8888
"xfail_wpewebkit: Tests expected to fail in WPEWebKit",
89-
"no_driver_after_test: If there are no drivers after the test it will create a new one."
89+
"no_driver_after_test: If there are no drivers after the test it will create a new one.",
90+
"needs_fresh_driver: Mark tests that may need a fresh driver instance for proper isolation."
9091
]
9192
python_files = ["test_*.py", "*_test.py", "*_tests.py"]
9293
testpaths = ["test"]

0 commit comments

Comments
 (0)