mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
fixed theme loc unittest
This commit is contained in:
parent
9d2f161eca
commit
95d07f6cd0
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class TestImportLib(unittest.TestCase):
|
||||||
def test_importedsettings(self):
|
def test_importedsettings(self):
|
||||||
self.settings = read_settings(path=None, override={
|
self.settings = read_settings(path=None, override={
|
||||||
'LOCALE': locale.normalize('en_US'),
|
'LOCALE': locale.normalize('en_US'),
|
||||||
'THEME': '/'.join([self.path, 'themes/simple'])
|
'THEME': '/'.join([self.path, 'pelican/themes/simple'])
|
||||||
})
|
})
|
||||||
from pelican.settings import conf
|
from pelican.settings import conf
|
||||||
for key in _DEFAULT_CONFIG.keys():
|
for key in _DEFAULT_CONFIG.keys():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue