Remove duplicate tags and authors in metadata

This commit is contained in:
Jesús Fernández 2015-08-26 11:23:28 +02:00
commit 7f795ed558
4 changed files with 31 additions and 1 deletions

View file

@ -160,6 +160,7 @@ class TestArticlesGenerator(unittest.TestCase):
['Test markdown File', 'published', 'test', 'article'],
['Test md File', 'published', 'test', 'article'],
['Test mdown File', 'published', 'test', 'article'],
['Test metadata duplicates', 'published', 'test', 'article'],
['Test mkd File', 'published', 'test', 'article'],
['This is a super article !', 'published', 'Yeah', 'article'],
['This is a super article !', 'published', 'Yeah', 'article'],
@ -435,6 +436,7 @@ class TestArticlesGenerator(unittest.TestCase):
'Test markdown File',
'Test md File',
'Test mdown File',
'Test metadata duplicates',
'Test mkd File',
'This is a super article !',
'This is a super article !',