mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add setting to allow for empty alt text in images
This commit is contained in:
parent
4b6b5f0461
commit
ed4dd50864
7 changed files with 31 additions and 2 deletions
|
|
@ -153,7 +153,7 @@ class TestCache(unittest.TestCase):
|
|||
- empty.md
|
||||
- empty_with_bom.md
|
||||
"""
|
||||
self.assertEqual(generator.readers.read_file.call_count, 6)
|
||||
self.assertEqual(generator.readers.read_file.call_count, 7)
|
||||
|
||||
def test_article_reader_content_caching(self):
|
||||
"""Test raw article content caching at the reader level"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue