From f6e9382931adc663a084614d860113a84b05a856 Mon Sep 17 00:00:00 2001 From: "(GalaxyMaster)" Date: Sun, 3 May 2020 23:57:22 +1000 Subject: [PATCH] Fixed tests for generators since there were 4 more articles introduced to the test content directory. --- pelican/tests/test_generators.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pelican/tests/test_generators.py b/pelican/tests/test_generators.py index 50e08983..5dd5c3ec 100644 --- a/pelican/tests/test_generators.py +++ b/pelican/tests/test_generators.py @@ -263,6 +263,10 @@ class TestArticlesGenerator(unittest.TestCase): ['This is a super article !', 'published', 'yeah', 'article'], ['This is a super article !', 'published', 'yeah', 'article'], ['This is a super article !', 'published', 'yeah', 'article'], + ['This is a super article !', 'published', 'yeah', 'article'], + ['This is a super article !', 'published', 'yeah', 'article'], + ['This is a super article !', 'published', 'yeah', 'article'], + ['This is a super article !', 'published', 'yeah', 'article'], ['This is a super article !', 'published', 'Default', 'article'], ['Article with an inline SVG', 'published', 'Default', 'article'], ['This is an article with category !', 'published', 'yeah', @@ -579,6 +583,10 @@ class TestArticlesGenerator(unittest.TestCase): 'This is a super article !', 'This is a super article !', 'This is a super article !', + 'This is a super article !', + 'This is a super article !', + 'This is a super article !', + 'This is a super article !', 'This is an article with category !', ('This is an article with multiple authors in lastname, ' 'firstname format!'),