Config: No longer autovivifies

This commit is contained in:
Paul Beckingham 2016-02-02 01:03:56 -05:00
parent 23ac9895ab
commit 63bbe857c8
3 changed files with 17 additions and 8 deletions

View file

@ -54,6 +54,7 @@ class TestShowCommand(TestCase):
def test_show_one_arg(self):
"""Verify show command lists one result with an arg provided"""
self.t.config("default.due", "tomorrow")
code, out, err = self.t("show default.due")
self.assertNotIn("default.command", out)
self.assertIn("default.due", out)