Restore changes from ada1317

This commit is contained in:
Dan Liberatori 2018-08-12 12:32:07 +09:00
parent 4b535f22d0
commit 0775e375cf

View File

@ -60,18 +60,6 @@ def test_parse_file():
CONFIG_PARSED['section']
def test_handler_override_options_is_none():
class MyApp(YamlApp):
class Meta:
core_handler_override_options = {}
handler_override_options = {}
argv = []
with MyApp() as app:
app.run()
app.render(dict(foo='bar'))
def test_get_dict():
with YamlApp() as app:
_config = app.config.get_dict()