We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac2b16 commit d432553Copy full SHA for d432553
_pytest/python.py
@@ -85,7 +85,7 @@ def pytest_addoption(parser):
85
parser.addini("disable_test_id_escaping_and_forfeit_all_rights_to_community_support", type="bool",
86
default=False, help="disable string escape non-ascii"
87
" characters, might cause unwanted side effects")
88
-
+
89
group.addoption("--import-mode", default="prepend",
90
choices=["prepend", "append"], dest="importmode",
91
help="prepend/append to sys.path when importing test modules, "
0 commit comments