Merge pull request #6268 from felixonmars/patch-2
Correct a typo in _pytest/config/__init__.py
This commit is contained in:
commit
ed67312bca
|
@ -784,7 +784,7 @@ class Config:
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def fromdictargs(cls, option_dict, args):
|
def fromdictargs(cls, option_dict, args):
|
||||||
""" constructor useable for subprocesses. """
|
""" constructor usable for subprocesses. """
|
||||||
config = get_config(args)
|
config = get_config(args)
|
||||||
config.option.__dict__.update(option_dict)
|
config.option.__dict__.update(option_dict)
|
||||||
config.parse(args, addopts=False)
|
config.parse(args, addopts=False)
|
||||||
|
|
Loading…
Reference in New Issue