mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge branch 'master' of https://github.com/getpelican/pelican into davidmarble-page-order-by
This commit is contained in:
commit
e86f4d6250
3 changed files with 11 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ class TestArticlesGenerator(unittest.TestCase):
|
|||
['This is an article with category !', 'published', 'yeah',
|
||||
'article'],
|
||||
['This is an article with multiple authors!', 'published', 'Default', 'article'],
|
||||
['This is an article with multiple authors!', 'published', 'Default', 'article'],
|
||||
['This is an article without category !', 'published', 'Default',
|
||||
'article'],
|
||||
['This is an article without category !', 'published',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue