mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add additional test case check
This commit is contained in:
parent
f2dbfbfcec
commit
f79244a31b
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue