We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967849f commit 2d7a66fCopy full SHA for 2d7a66f
1 file changed
pyproject.toml
@@ -15,3 +15,9 @@ exclude = '''
15
profile = "black"
16
src_paths="."
17
skip_glob = ["src/SeleniumLibrary/__init__.pyi"]
18
+
19
20
+[tool.pytest.ini_options]
21
+pythonpath = [
22
+ "src"
23
+]
0 commit comments