Correct a typo in _pytest/config/__init__.py

This commit is contained in:
Felix Yan
2019-11-24 20:28:10 +08:00
committed by GitHub
parent d1eb89d694
commit b7bc52f770

View File

@@ -784,7 +784,7 @@ class Config:
@classmethod
def fromdictargs(cls, option_dict, args):
""" constructor useable for subprocesses. """
""" constructor usable for subprocesses. """
config = get_config(args)
config.option.__dict__.update(option_dict)
config.parse(args, addopts=False)