[Config] Modify config's all methods to provide default values (#916)

* Add in functionality for Tobotimus

* Cover all_guilds

* Make it obvious

* Fix auto rename of docstrings

* Fix downloader docs warning
This commit is contained in:
Will
2017-08-14 15:56:53 -04:00
committed by palmtree5
parent 248d2baa2a
commit da28630644
5 changed files with 101 additions and 26 deletions

View File

@@ -37,7 +37,7 @@ def config(json_driver):
unique_identifier=str(uuid.uuid4()),
driver_spawn=json_driver)
yield conf
conf.defaults = {}
conf._defaults = {}
@pytest.fixture()
@@ -53,7 +53,7 @@ def config_fr(json_driver):
force_registration=True
)
yield conf
conf.defaults = {}
conf._defaults = {}
#region Dpy Mocks