Skip to content

Commit 2d7a66f

Browse files
committed
Better support for Pytest in vscode
1 parent 967849f commit 2d7a66f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

+6
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ exclude = '''
1515
profile = "black"
1616
src_paths="."
1717
skip_glob = ["src/SeleniumLibrary/__init__.pyi"]
18+
19+
20+
[tool.pytest.ini_options]
21+
pythonpath = [
22+
"src"
23+
]

0 commit comments

Comments
 (0)