mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #1470 from avaris/fix_1348
Fix for broken test in #1348
This commit is contained in:
commit
9bf22f20bf
1 changed files with 2 additions and 1 deletions
|
|
@ -476,7 +476,8 @@ class TestPageGenerator(unittest.TestCase):
|
|||
|
||||
def test_generate_sorted(self):
|
||||
settings = get_settings(filenames={})
|
||||
settings['PAGE_DIR'] = 'TestPages' # relative to CUR_DIR
|
||||
settings['PAGE_PATHS'] = ['TestPages'] # relative to CUR_DIR
|
||||
settings['CACHE_PATH'] = self.temp_cache
|
||||
settings['DEFAULT_DATE'] = (1970, 1, 1)
|
||||
|
||||
# default sort (filename)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue