mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update test_importer.py
Flake8 was warning on line length
This commit is contained in:
parent
cc474ff843
commit
eb4ef74f71
1 changed files with 5 additions and 1 deletions
|
|
@ -234,7 +234,11 @@ class TestWordpressXmlImporter(unittest.TestCase):
|
|||
with open(WORDPRESS_DECODED_CONTENT_SAMPLE, 'r') as decoded_file:
|
||||
decoded_content = decoded_file.read()
|
||||
self.assertEqual(
|
||||
decode_wp_content(encoded_content, attached_files=None, br=False),
|
||||
decode_wp_content(
|
||||
encoded_content,
|
||||
attached_files=None,
|
||||
br=False
|
||||
),
|
||||
decoded_content)
|
||||
|
||||
def test_preserve_verbatim_formatting(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue