mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 11:16:46 +00:00
Restore changes from ada1317
This commit is contained in:
parent
4b535f22d0
commit
0775e375cf
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user