Comment added to prevent questions like PY-19441

This commit is contained in:
Ilya.Kazakevich
2016-05-06 17:23:01 +03:00
parent 64efae639d
commit fc0bf7c7a6
+1 -1
View File
@@ -20,7 +20,7 @@ def get_plugin_manager():
from _pytest.core import PluginManager
return PluginManager(load=True)
# "-s" is always required: no test output provided otherwise
# "-s" is always required: no test output provided otherwise (see PY-12621)
args = sys.argv[1:]
args.append("-s") if "-s" not in args else None