mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
fix failing TestArticlesGenerator.test_generate_context test
new file have been added to the content directory so articles_expected needs to be updated
This commit is contained in:
parent
dfab8ed5b9
commit
92b9ccb08a
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ class TestArticlesGenerator(unittest.TestCase):
|
|||
[u'Article title', 'published', 'Default', 'article'],
|
||||
[u'Article with template', 'published', 'Default', 'custom'],
|
||||
[u'Test md File', 'published', 'test', 'article'],
|
||||
[u'Rst with filename metadata', 'published', u'yeah', 'article'],
|
||||
[u'Test Markdown extensions', 'published', u'Default', 'article'],
|
||||
[u'This is a super article !', 'published', 'Yeah', 'article'],
|
||||
[u'This is an article with category !', 'published', 'yeah', 'article'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue