mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix --fatal to honor LOG_FILTER
This commit is contained in:
parent
ed4dd50864
commit
f5cec6f13e
9 changed files with 63 additions and 51 deletions
|
|
@ -153,7 +153,7 @@ class TestCache(unittest.TestCase):
|
|||
- empty.md
|
||||
- empty_with_bom.md
|
||||
"""
|
||||
self.assertEqual(generator.readers.read_file.call_count, 7)
|
||||
self.assertEqual(generator.readers.read_file.call_count, 6)
|
||||
|
||||
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