Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TestPluginFunctions: ensure we call parent setUp() before using `conf…
…ig.config` ``` setting = {'enabled_plugins': []}, persist = None, profiles = None @staticmethod def set_config_values(setting=None, persist=None, profiles=None): if setting: for key, value in setting.items(): > config.config.setting[key] = value E AttributeError: 'NoneType' object has no attribute 'setting' test/picardtestcase.py:110: AttributeError ```
- Loading branch information