mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Revert "Get HtmlReader to work again"
This reverts commit 39db9ddcfd.
Conflicts:
tests/test_readers.py
This commit is contained in:
parent
4349a5e815
commit
84c708b74b
7 changed files with 15 additions and 72 deletions
|
|
@ -74,8 +74,7 @@ class TestArticlesGenerator(unittest.TestCase):
|
|||
[u'This is an article with category !', 'published', 'yeah', 'article'],
|
||||
[u'This is an article without category !', 'published', 'Default', 'article'],
|
||||
[u'This is an article without category !', 'published', 'TestCategory', 'article'],
|
||||
[u'This is a super article !', 'published', 'yeah', 'article'],
|
||||
[u'A great html article with metadata', 'published', u'yeah', 'article']
|
||||
[u'This is a super article !', 'published', 'yeah', 'article']
|
||||
]
|
||||
self.assertItemsEqual(articles_expected, articles)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue