Add additional test case check

This commit is contained in:
Isaac 2020-04-20 18:47:35 -07:00
commit f79244a31b

View file

@ -44,6 +44,7 @@ class TestSettingsConfiguration(unittest.TestCase):
def test_dont_copy_small_keys(self):
# Do not copy keys not in caps.
self.assertNotIn('foobar', self.settings)
self.assertNotIn('f00Bar', self.settings)
def test_read_empty_settings(self):
# Ensure an empty settings file results in default settings.