mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Revert "Add additional test case check"
This reverts commit f79244a31b.
This commit is contained in:
parent
f79244a31b
commit
5ae0375cd9
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ 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