app.tests.converter.wordpress_markdown_test#

Module Contents#

Functions#

test_header_rewrite_author(author_rewrite, ...)

Test the header rewrite author functionality.

test_header_fields_drop(header_fields_drop, ...)

Test the header fields drop functionality.

test_fix_html_tags_detect_youtube_links(input_lines, ...)

Ensure fix_html_tags detects youtube links.

test_fix_html_tags_stripe_tag(input_lines, expected_lines)

Ensure fix_html_tags removes the tag and tested tags.

test_fix_pre_content(input_lines, expected_lines)

test_read_jekyll_post()

test_write_hugo_post()

app.tests.converter.wordpress_markdown_test.test_header_rewrite_author(author_rewrite, input_header, expected_header)#

Test the header rewrite author functionality.

app.tests.converter.wordpress_markdown_test.test_header_fields_drop(header_fields_drop, input_header, expected_header)#

Test the header fields drop functionality.

Ensure fix_html_tags detects youtube links.

app.tests.converter.wordpress_markdown_test.test_fix_html_tags_stripe_tag(input_lines, expected_lines)#

Ensure fix_html_tags removes the tag and tested tags.

app.tests.converter.wordpress_markdown_test.test_fix_pre_content(input_lines, expected_lines)#
app.tests.converter.wordpress_markdown_test.test_read_jekyll_post()#
app.tests.converter.wordpress_markdown_test.test_write_hugo_post()#