forked from github/pelican
Filtration is now being applied before caching the metadata, solving the issue where _DISCARD objects from previous runs were being retrieved from cache.
This commit is contained in:
parent
0da8659d0e
commit
8849721913
4 changed files with 27 additions and 1 deletions
|
|
@ -265,6 +265,8 @@ class TestArticlesGenerator(unittest.TestCase):
|
|||
['This is a super article !', 'published', 'yeah', 'article'],
|
||||
['This is a super article !', 'published', 'Default', 'article'],
|
||||
['Article with an inline SVG', 'published', 'Default', 'article'],
|
||||
['Article with markdown and empty tags', 'published', 'Default',
|
||||
'article'],
|
||||
['This is an article with category !', 'published', 'yeah',
|
||||
'article'],
|
||||
['This is an article with multiple authors!', 'published',
|
||||
|
|
@ -569,6 +571,7 @@ class TestArticlesGenerator(unittest.TestCase):
|
|||
'Article title',
|
||||
'Article with Nonconformant HTML meta tags',
|
||||
'Article with an inline SVG',
|
||||
'Article with markdown and empty tags',
|
||||
'Article with markdown and nested summary metadata',
|
||||
'Article with markdown and summary metadata multi',
|
||||
'Article with markdown and summary metadata single',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue