py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> python -m coverage run --source=markdown -m unittest discover $(@D)/tests --verbose testCreateRegistry (test_apis.RegistryTests) ... ok testDeregister (test_apis.RegistryTests) ... ok testGetIndexForName (test_apis.RegistryTests) ... ok testIsSorted (test_apis.RegistryTests) ... ok testRegisterDupplicate (test_apis.RegistryTests) ... ok testRegisterWithoutPriority (test_apis.RegistryTests) ... ok testRegistryContains (test_apis.RegistryTests) ... ok testRegistryDelItem (test_apis.RegistryTests) ... ok testRegistryGetItemByIndex (test_apis.RegistryTests) ... ok testRegistryGetItemByItem (test_apis.RegistryTests) ... ok testRegistryIter (test_apis.RegistryTests) ... ok testRegistrySetItem (test_apis.RegistryTests) ... ok testRegistrySlice (test_apis.RegistryTests) ... ok testSortRegistry (test_apis.RegistryTests) ... ok test_ancestors (test_apis.TestAncestorExclusion) Test that an extension can exclude parent tags. ... ok test_ancestors_tail (test_apis.TestAncestorExclusion) Test that an extension can exclude parent tags when dealing with a tail. ... ok testBlockAppend (test_apis.TestBlockAppend) Test that appended escapes are only in the current instance. ... ok testParseChunk (test_apis.TestBlockParser) Test `BlockParser.parseChunk`. ... ok testParseDocument (test_apis.TestBlockParser) Test `BlockParser.parseDocument`. ... ok testBlankState (test_apis.TestBlockParserState) Test State when empty. ... ok testIsSate (test_apis.TestBlockParserState) Test `State.isstate()`. ... ok testReset (test_apis.TestBlockParserState) Test `State.reset()`. ... ok testSetSate (test_apis.TestBlockParserState) Test State.set(). ... ok testEncodingOption (test_apis.TestCliOptionParsing) ... ok testExtensionConfigOption (test_apis.TestCliOptionParsing) ... ok testExtensionConfigOptionAsJSON (test_apis.TestCliOptionParsing) ... ok testExtensionConfigOptionBadFormat (test_apis.TestCliOptionParsing) ... ok testExtensionConfigOptionMissingFile (test_apis.TestCliOptionParsing) ... ok testExtensionOption (test_apis.TestCliOptionParsing) ... ok testInputAndOutputFileOptions (test_apis.TestCliOptionParsing) ... ok testInputFileOption (test_apis.TestCliOptionParsing) ... ok testMultipleExtensionOptions (test_apis.TestCliOptionParsing) ... ok testNoLazyOlOption (test_apis.TestCliOptionParsing) ... ok testNoOptions (test_apis.TestCliOptionParsing) ... ok testNoisyOption (test_apis.TestCliOptionParsing) ... ok testOutputFileOption (test_apis.TestCliOptionParsing) ... ok testOutputFormatOption (test_apis.TestCliOptionParsing) ... ok testQuietOption (test_apis.TestCliOptionParsing) ... ok testVerboseOption (test_apis.TestCliOptionParsing) ... ok testBooleansParsing (test_apis.TestConfigParsing) ... ok testInvalidBooleansParsing (test_apis.TestConfigParsing) ... ok testPreserveNone (test_apis.TestConfigParsing) ... ok testFileNames (test_apis.TestConvertFile) ... ok testFileObjects (test_apis.TestConvertFile) ... ok testStdinStdout (test_apis.TestConvertFile) ... ok testBadOutputFormat (test_apis.TestErrors) Test failure on bad output_format. ... ok testBaseExtention (test_apis.TestErrors) Test that the base Extension class will raise `NotImplemented`. ... ok testDotNotationExtensionWithBadClass (test_apis.TestErrors) Test Extension loading with non-existent class name (`path.to.module:Class`). ... ok testLoadBadExtension (test_apis.TestErrors) Test loading of an Extension with no makeExtension function. ... ok testLoadExtensionFailure (test_apis.TestErrors) Test failure of an extension to load. ... ok testNonExtension (test_apis.TestErrors) Test loading a non Extension object as an extension. ... ok testAppend (test_apis.TestEscapeAppend) Test that appended escapes are only in the current instance. ... ok testReset (test_apis.TestHtmlStash) Test `HtmlStash.reset`. ... ok testSimpleStore (test_apis.TestHtmlStash) Test `HtmlStash.store`. ... ok testStoreMore (test_apis.TestHtmlStash) Test `HtmlStash.store` with additional blocks. ... ok testBlankInput (test_apis.TestMarkdownBasics) Test blank input. ... ok testDotNotationExtension (test_apis.TestMarkdownBasics) Test Extension loading with Name (`path.to.module`). ... ok testDotNotationExtensionWithClass (test_apis.TestMarkdownBasics) Test Extension loading with class name (`path.to.module:Class`). ... ok testEntryPointExtension (test_apis.TestMarkdownBasics) Test Extension loading with an entry point. ... ok testInstanceExtension (test_apis.TestMarkdownBasics) Test Extension loading with a class instance. ... ok testSimpleInput (test_apis.TestMarkdownBasics) Test simple input. ... ok testWhitespaceOnly (test_apis.TestMarkdownBasics) Test input of only whitespace. ... ok testInlineProcessorDoesntCrashWithWrongAtomicString (test_apis.testAtomicString) Test that an `AtomicString` returned from a Pattern doesn't cause a crash. ... ok testNestedAtomicString (test_apis.testAtomicString) Test that a nested `AtomicString` is not parsed. ... ok testSimpleAtomicString (test_apis.testAtomicString) Test that a simple `AtomicString` is not parsed. ... ok testString (test_apis.testAtomicString) Test that a regular string is parsed. ... ok testCommentIsBlockLevel (test_apis.testETreeComments) Test that an `ElementTree` `Comment` is recognized as `BlockLevel`. ... ok testCommentIsComment (test_apis.testETreeComments) Test that an `ElementTree` `Comment` passes the `is Comment` test. ... ok testCommentPrettify (test_apis.testETreeComments) Test that an `ElementTree` `Comment` is prettified properly. ... ok testCommentSerialization (test_apis.testETreeComments) Test that an `ElementTree` `Comment` serializes properly. ... ok testPreCodeEmpty (test_apis.testElementPreCodeTests) ... ok testPreCodeWithChildren (test_apis.testElementPreCodeTests) ... ok testPreCodeWithSpaceOnly (test_apis.testElementPreCodeTests) ... ok testPreCodeWithText (test_apis.testElementPreCodeTests) ... ok testPreCodeWithTrailingSpace (test_apis.testElementPreCodeTests) ... ok testBrTailNoNewline (test_apis.testElementTailTests) Test that last `
` in tree has a new line tail ... ok testBadQNameTag (test_apis.testSerializers) Test serialization of `QName` with no tag. ... ok testHTMLOutput (test_apis.testSerializers) ... ok testHtml (test_apis.testSerializers) Test HTML serialization. ... ok testMixedCaseTags (test_apis.testSerializers) " Test preservation of tag case. ... ok testProsessingInstruction (test_apis.testSerializers) Test serialization of `ProcessignInstruction`. ... ok testQNameAttribute (test_apis.testSerializers) Test serialization of `QName` attribute. ... ok testQNameEscaping (test_apis.testSerializers) Test `QName` escaping. ... ok testQNamePreEscaping (test_apis.testSerializers) Test `QName` that is already partially escaped. ... ok testQNameTag (test_apis.testSerializers) Test serialization of `QName` tag. ... ok testRegisterSerializer (test_apis.testSerializers) ... ok testXHTMLOutput (test_apis.testSerializers) ... ok testXhtml (test_apis.testSerializers) " Test XHTML serialization. ... ok testRE (test_extensions.TestAdmonition) ... ok testConfigAsKwargsOnInit (test_extensions.TestExtensionClass) ... ok testGetConfig (test_extensions.TestExtensionClass) ... ok testGetConfigDefault (test_extensions.TestExtensionClass) ... ok testGetConfigInfo (test_extensions.TestExtensionClass) ... ok testGetConfigs (test_extensions.TestExtensionClass) ... ok testSetConfig (test_extensions.TestExtensionClass) ... ok testSetConfigWithBadKey (test_extensions.TestExtensionClass) ... ok testBasicMetaData (test_extensions.TestMetaData) Test basic metadata. ... ok testMetaDataReset (test_extensions.TestMetaData) Test that reset call remove Meta entirely ... ok testMetaDataWithoutNewline (test_extensions.TestMetaData) Test document with only metadata and no newline at end. ... ok testMissingMetaData (test_extensions.TestMetaData) Test document without Meta Data. ... ok testYamlMetaData (test_extensions.TestMetaData) Test metadata specified as simple YAML. ... ok testCustomSubstitutions (test_extensions.TestSmarty) ... ok testBasicWikilinks (test_extensions.TestWikiLinks) Test `[[wikilinks]]`. ... ok testComplexSettings (test_extensions.TestWikiLinks) Test Complex Settings. ... ok testSimpleSettings (test_extensions.TestWikiLinks) Test Simple Settings. ... ok testURLCallback (test_extensions.TestWikiLinks) Test used of a custom URL builder. ... ok testWikilinkWhitespace (test_extensions.TestWikiLinks) Test whitespace in `wikilinks`. ... ok testWikilinksMetaData (test_extensions.TestWikiLinks) test `MetaData` with `Wikilinks` Extension. ... ok test_amps_and_angle_encoding (test_legacy.TestBasic) ... ok test_angle_links_and_img (test_legacy.TestBasic) ... ok test_auto_links (test_legacy.TestBasic) ... ok test_backlash_escapes (test_legacy.TestBasic) ... ok test_blockquotes_with_code_blocks (test_legacy.TestBasic) ... ok test_codeblock_in_list (test_legacy.TestBasic) ... ok test_hard_wrapped (test_legacy.TestBasic) ... ok test_horizontal_rules (test_legacy.TestBasic) ... ok test_links_inline (test_legacy.TestBasic) ... ok test_links_reference (test_legacy.TestBasic) ... ok test_literal_quotes (test_legacy.TestBasic) ... ok test_markdown_documentation_basics (test_legacy.TestBasic) ... ok test_markdown_syntax (test_legacy.TestBasic) ... ok test_nested_blockquotes (test_legacy.TestBasic) ... ok test_ordered_and_unordered_list (test_legacy.TestBasic) ... ok test_strong_and_em_together (test_legacy.TestBasic) ... ok test_tabs (test_legacy.TestBasic) ... ok test_tidyness (test_legacy.TestBasic) ... ok test_admonition (test_legacy.TestExtensions) ... ok test_attr_list (test_legacy.TestExtensions) ... ok test_codehilite (test_legacy.TestExtensions) ... skipped 'Excluded' test_github_flavored (test_legacy.TestExtensions) ... ok test_nl2br_w_attr_list (test_legacy.TestExtensions) ... ok test_sane_lists (test_legacy.TestExtensions) ... ok test_toc (test_legacy.TestExtensions) ... ok test_toc_invalid (test_legacy.TestExtensions) ... ok test_toc_nested (test_legacy.TestExtensions) ... ok test_toc_nested2 (test_legacy.TestExtensions) ... ok test_toc_nested_list (test_legacy.TestExtensions) ... ok test_toc_out_of_order (test_legacy.TestExtensions) ... ok test_wikilinks (test_legacy.TestExtensions) ... ok test_def_in_list (test_legacy.TestExtensionsExtra) ... ok test_extra_config (test_legacy.TestExtensionsExtra) ... ok test_footnote (test_legacy.TestExtensionsExtra) ... ok test_footnote_many_footnotes (test_legacy.TestExtensionsExtra) ... ok test_footnote_placeholder (test_legacy.TestExtensionsExtra) ... ok test_footnote_placeholder_depth (test_legacy.TestExtensionsExtra) ... ok test_loose_def_list (test_legacy.TestExtensionsExtra) ... ok test_markdown_syntax (test_legacy.TestExtensionsExtra) ... ok test_named_markers (test_legacy.TestExtensionsExtra) ... ok test_raw_html (test_legacy.TestExtensionsExtra) ... ok test_simple_def_lists (test_legacy.TestExtensionsExtra) ... ok test_CRLF_line_ends (test_legacy.TestMisc) ... ok test_adjacent_headers (test_legacy.TestMisc) ... ok test_arabic (test_legacy.TestMisc) ... ok test_autolinks_with_asterisks (test_legacy.TestMisc) ... ok test_autolinks_with_asterisks_russian (test_legacy.TestMisc) ... ok test_backtick_escape (test_legacy.TestMisc) ... ok test_bidi (test_legacy.TestMisc) ... ok test_blank_block_quote (test_legacy.TestMisc) ... ok test_blank_lines_in_codeblocks (test_legacy.TestMisc) ... ok test_blockquote (test_legacy.TestMisc) ... ok test_blockquote_below_paragraph (test_legacy.TestMisc) ... ok test_blockquote_hr (test_legacy.TestMisc) ... ok test_bold_links (test_legacy.TestMisc) ... ok test_br (test_legacy.TestMisc) ... ok test_bracket_re (test_legacy.TestMisc) ... ok test_brackets_in_img_title (test_legacy.TestMisc) ... ok test_code_first_line (test_legacy.TestMisc) ... ok test_em_around_links (test_legacy.TestMisc) ... ok test_em_strong (test_legacy.TestMisc) ... ok test_em_strong_complex (test_legacy.TestMisc) ... ok test_email (test_legacy.TestMisc) ... ok test_escaped_links (test_legacy.TestMisc) ... ok test_funky_list (test_legacy.TestMisc) ... ok test_h1 (test_legacy.TestMisc) ... ok test_hash (test_legacy.TestMisc) ... ok test_header_in_lists (test_legacy.TestMisc) ... ok test_headers (test_legacy.TestMisc) ... ok test_hline (test_legacy.TestMisc) ... ok test_image_2 (test_legacy.TestMisc) ... ok test_image_in_links (test_legacy.TestMisc) ... ok test_ins_at_start_of_paragraph (test_legacy.TestMisc) ... ok test_inside_html (test_legacy.TestMisc) ... ok test_japanese (test_legacy.TestMisc) ... ok test_lazy_block_quote (test_legacy.TestMisc) ... ok test_link_with_parenthesis (test_legacy.TestMisc) ... ok test_lists (test_legacy.TestMisc) ... ok test_lists2 (test_legacy.TestMisc) ... ok test_lists3 (test_legacy.TestMisc) ... ok test_lists4 (test_legacy.TestMisc) ... ok test_lists5 (test_legacy.TestMisc) ... ok test_lists6 (test_legacy.TestMisc) ... ok test_lists7 (test_legacy.TestMisc) ... ok test_lists8 (test_legacy.TestMisc) ... ok test_missing_link_def (test_legacy.TestMisc) ... ok test_multi_paragraph_block_quote (test_legacy.TestMisc) ... ok test_multi_test (test_legacy.TestMisc) ... ok test_nested_lists (test_legacy.TestMisc) ... ok test_nested_patterns (test_legacy.TestMisc) ... ok test_normalize (test_legacy.TestMisc) ... ok test_numeric_entity (test_legacy.TestMisc) ... ok test_para_with_hr (test_legacy.TestMisc) ... ok test_russian (test_legacy.TestMisc) ... ok test_smart_em (test_legacy.TestMisc) ... ok test_some_test (test_legacy.TestMisc) ... ok test_span (test_legacy.TestMisc) ... ok test_strong_with_underscores (test_legacy.TestMisc) ... ok test_stronintags (test_legacy.TestMisc) ... ok test_tabs_in_lists (test_legacy.TestMisc) ... ok test_two_spaces (test_legacy.TestMisc) ... ok test_uche (test_legacy.TestMisc) ... ok test_underscores (test_legacy.TestMisc) ... ok test_url_spaces (test_legacy.TestMisc) ... ok test__version__IsValid (test_meta.TestVersion) Test that __version__ is valid and normalized. ... ok test_get_version (test_meta.TestVersion) Test that _get_version formats __version_info__ as required by PEP 440. ... ok test_nesting_limit (test_syntax.blocks.test_blockquotes.TestBlockquoteBlocks) ... ok test_codeblock_escape (test_syntax.blocks.test_code_blocks.TestCodeBlocks) ... ok test_codeblock_with_blankline (test_syntax.blocks.test_code_blocks.TestCodeBlocks) ... ok test_multiline_codeblock (test_syntax.blocks.test_code_blocks.TestCodeBlocks) ... ok test_spaced_codeblock (test_syntax.blocks.test_code_blocks.TestCodeBlocks) ... ok test_tabbed_codeblock (test_syntax.blocks.test_code_blocks.TestCodeBlocks) ... ok test_escaped_hash (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_followed_by_p (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_gt6_closed (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_gt6_closed_mismatch (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_gt6_closed_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_gt6_closed_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_gt6_open (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_gt6_open_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_gt6_open_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h1_closed (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h1_closed_mismatch (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h1_closed_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h1_closed_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h1_followed_by_p (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h1_leading_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h1_open (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h1_open_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h1_open_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h2_closed (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h2_closed_mismatch (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h2_closed_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h2_closed_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h2_followed_by_p (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h2_leading_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h2_open (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h2_open_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h2_open_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h3_closed (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h3_closed_mismatch (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h3_closed_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h3_closed_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h3_followed_by_p (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h3_leading_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h3_open (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h3_open_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h3_open_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h4_closed (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h4_closed_mismatch (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h4_closed_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h4_closed_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h4_followed_by_p (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h4_leading_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h4_open (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h4_open_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h4_open_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h5_closed (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h5_closed_mismatch (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h5_closed_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h5_closed_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h5_followed_by_p (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h5_leading_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h5_open (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h5_open_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h5_open_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h6_closed (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h6_closed_mismatch (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h6_closed_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h6_closed_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h6_followed_by_p (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h6_leading_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h6_open (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h6_open_missing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h6_open_trailing_space (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_no_blank_lines_between_hashs (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_p_followed_by_hash (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_random_hash_levels (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_unescaped_hash (test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_p_followed_by_setext_h1 (test_syntax.blocks.test_headers.TestSetextHeaders) ... skipped 'This is broken in Python-Markdown' test_p_followed_by_setext_h2 (test_syntax.blocks.test_headers.TestSetextHeaders) ... skipped 'This is broken in Python-Markdown' test_setext_h1 (test_syntax.blocks.test_headers.TestSetextHeaders) ... ok test_setext_h1_followed_by_p (test_syntax.blocks.test_headers.TestSetextHeaders) ... ok test_setext_h1_mismatched_length (test_syntax.blocks.test_headers.TestSetextHeaders) ... ok test_setext_h2 (test_syntax.blocks.test_headers.TestSetextHeaders) ... ok test_setext_h2_followed_by_p (test_syntax.blocks.test_headers.TestSetextHeaders) ... ok test_setext_h2_mismatched_length (test_syntax.blocks.test_headers.TestSetextHeaders) ... ok test_2_consecutive_hr (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_after_emstrong (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_after_paragraph (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_1_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_2_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_3_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_long (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_spaces (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_spaces_1_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_spaces_2_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_spaces_3_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_spaces_long (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_spaces_trailing_space (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_trailing_space (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_before_paragraph (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_1_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_2_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_3_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_long (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_spaces (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_spaces_1_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_spaces_2_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_spaces_3_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_spaces_long (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_spaces_trailing_space (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_trailing_space (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_1_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_2_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_3_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_long (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_spaces (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_spaces_1_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_spaces_2_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_spaces_3_indent (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_spaces_long (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_spaces_trailing_space (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_trailing_space (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_not_hr_2_asterisks (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_not_hr_2_asterisks_spaces (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_not_hr_2_hyphens (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_not_hr_2_hyphens_spaces (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_not_hr_2_underscores (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_not_hr_2_underscores_spaces (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_not_hr_end_in_char (test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_adjacent_raw_blocks (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_adjacent_raw_blocks_with_blank_lines (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_amperstand (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_auto_links_dont_break_parser (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_blank_lines_in_raw (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_bogus_comment (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_bogus_comment_endtag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_charref (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_closed_startendtag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_closed_startendtag_with_attrs (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_closed_startendtag_without_space (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_code_span (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_code_span_open_gt (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_comment_in_code_block (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_comment_in_code_span (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_entityref (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_hr_only_end (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_hr_only_start (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_hr_self_close (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_hr_start_and_end (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_hr_with_content (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_inline_script_tags (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_multiline_markdown_with_code_span (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_multiline_raw (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_multiple_raw_single_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_multiple_raw_single_line_with_pi (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_nested_charref (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_nested_closed_startendtag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_nested_entityref (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_nested_indented_raw_block (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_nested_inline_one_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_nested_raw_block (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_nested_raw_blocks (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_nested_raw_blocks_with_blank_lines (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_nested_raw_one_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_nested_startendtag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_placeholder_in_source (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_attributes (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_attributes_nested (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_block_preceded_by_markdown_code_span_with_unclosed_block_tag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_cdata_code_span (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_cdata_indented (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_cdata_one_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_cdata_one_line_followed_by_text (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_cdata_with_blank_lines (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_indented (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_indented_with_tag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_nested (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_one_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_one_line_followed_by_html (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_one_line_followed_by_text (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_one_line_with_tag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_trailing_whitespace (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_with_blank_lines (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_with_blank_lines_first_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_with_blank_lines_last_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_with_blank_lines_with_tag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_declaration_code_span (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_declaration_one_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_declaration_one_line_followed_by_text (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_empty (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_empty_blank_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_empty_newline (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_empty_space (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_html5 (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_indent_four_spaces (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_indent_one_space (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_indent_three_spaces (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_indent_two_spaces (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_missing_close_bracket (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_multiline_cdata (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_multiline_comment (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_multiline_comment_first_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_multiline_comment_last_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_multiline_comment_with_tag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_multiline_declaration (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_multiline_processing_instruction (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_multiple_p_no_end_tag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_nested_inline (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_nested_inline_with_blank_lines (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_nested_p_no_end_tag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_one_line_followed_by_span (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_one_line_followed_by_text (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_open_bracket_followed_by_space (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_open_bracket_only (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_p_no_end_tag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_p_no_end_tag_followed_by_blank_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_paragraph (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_pre_tag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_pre_tag_nested_escaped_html (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_processing_instruction_code_span (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_processing_instruction_indented (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_processing_instruction_one_line (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_processing_instruction_one_line_followed_by_text (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_processing_instruction_with_blank_lines (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_skip_inline_markdown (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_span (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_surrounded_by_Markdown (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_surrounded_by_text_without_blank_lines (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_unclosed_tag_in_code_span (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_unclosed_tag_in_code_span_space (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_uppercase (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_uppercase_multiline (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_with_markdown_blocks (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_script_tags (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_startendtag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_startendtag_with_attrs (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_startendtag_with_space (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_text_links_ignored (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_unclosed_comment_ (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_unclosed_script_tag (test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_2_paragraphs_long_line (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_blank_line_before_paragraph (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_consecutive_multiline_paragraphs (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_consecutive_paragraphs (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_consecutive_paragraphs_space (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_consecutive_paragraphs_tab (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_multiline_paragraph (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_paragraph_2_leading_spaces (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_paragraph_3_leading_spaces (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_paragraph_leading_space (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_paragraph_long_line (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_paragraph_trailing_leading_space (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_paragraph_trailing_tab (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_paragraphs_CR (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_paragraphs_CR_LF (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_paragraphs_LF (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_simple_paragraph (test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_header_and_paragraph_no_blank_line_loose_list (test_syntax.blocks.test_ul.TestUnorderedLists) ... ok test_header_and_paragraph_no_blank_line_loose_list_no_indent (test_syntax.blocks.test_ul.TestUnorderedLists) ... ok test_header_and_paragraph_no_blank_line_tight_list (test_syntax.blocks.test_ul.TestUnorderedLists) ... skipped 'This behaves as a loose list in Python-Markdown' test_header_and_paragraph_no_blank_line_tight_list_no_indent (test_syntax.blocks.test_ul.TestUnorderedLists) ... skipped 'This behaves as a loose list in Python-Markdown' test_abbr_bracket (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_carrot (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_clear (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_double_quoted (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_empty (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_extra_space (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_glossary (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_glossary_2 (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_hyphen (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_ignore_backslash (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_ignore_unmatched_case (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_line_break (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_lower (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_multiple_in_tail (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_multiple_in_text (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_multiple_nested (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_nested (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_no_blank_Lines (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_no_space (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_override (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_partial_word (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_reset (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_single_quoted (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_superset_vs_subset (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_unused (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_upper (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_with_attr_list (test_syntax.extensions.test_abbr.TestAbbr) ... ok test_admonition_first_indented (test_syntax.extensions.test_admonition.TestAdmonition) ... ok test_admontion_detabbing (test_syntax.extensions.test_admonition.TestAdmonition) ... ok test_definition_list (test_syntax.extensions.test_admonition.TestAdmonition) ... ok test_with_big_lists (test_syntax.extensions.test_admonition.TestAdmonition) ... ok test_with_complex_lists (test_syntax.extensions.test_admonition.TestAdmonition) ... ok test_with_lists (test_syntax.extensions.test_admonition.TestAdmonition) ... ok test_with_preceding_text (test_syntax.extensions.test_admonition.TestAdmonition) ... ok test_curly_after_block (test_syntax.extensions.test_attr_list.TestAttrList) ... ok test_curly_after_inline (test_syntax.extensions.test_attr_list.TestAttrList) ... ok test_curly_in_double_quote (test_syntax.extensions.test_attr_list.TestAttrList) ... ok test_curly_in_single_quote (test_syntax.extensions.test_attr_list.TestAttrList) ... ok test_empty_attr_list (test_syntax.extensions.test_attr_list.TestAttrList) ... ok test_extra_eq_gets_ignored_inside_curly_inline (test_syntax.extensions.test_attr_list.TestAttrList) ... ok test_table_td (test_syntax.extensions.test_attr_list.TestAttrList) ... ok test_unclosed_quote_ignored (test_syntax.extensions.test_attr_list.TestAttrList) ... ok test_codehilite_bad_lang (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' test_codehilite_defaults (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' test_codehilite_guess_lang (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' test_codehilite_guess_lang_plain_text (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' test_codehilite_lang_prefix (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' test_codehilite_lang_prefix_empty (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' test_codehilite_linenos_false (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' test_codehilite_linenos_hl_lines (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' test_codehilite_linenos_inline (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' test_codehilite_linenos_linenospecial (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' test_codehilite_linenos_linenostep (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' test_codehilite_linenos_none (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' test_codehilite_linenos_table (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' test_codehilite_linenos_true (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' test_codehilite_linenostart (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' test_codehilite_linenums_true (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' test_codehilite_set_css_class (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' test_codehilite_set_cssclass (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' test_codehilite_set_lang (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' test_codehilite_startinline (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' test_codehilite_use_pygments_false (test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... skipped 'Pygments== is required' testBasicCodeHilite (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required' testDoesntCrashWithEmptyCodeTag (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required' testDoubleEscape (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required' testEntitiesIntact (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required' testFormatterLangStr (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required' testFormatterLangStrEmptyLang (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required' testFormatterLangStrGuessLang (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required' testHighlightAmps (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required' testHighlightLinesWithColon (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required' testLangPrefix (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required' testLangPrefixEmpty (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required' testLinenumsFalse (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required' testLinenumsNone (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required' testLinenumsNoneWithColon (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required' testLinenumsNoneWithShebang (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required' testLinenumsTrue (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required' testMultipleBlocksSameStyle (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required' testUnknownOption (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required' testUsePygmentsFalse (test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... skipped 'Pygments== is required' test_def_list_nested_admontions (test_syntax.extensions.test_def_list.TestDefList) ... ok test_def_list_unreasonable_nesting (test_syntax.extensions.test_def_list.TestDefList) ... ok test_def_list_with_nesting (test_syntax.extensions.test_def_list.TestDefList) ... ok test_def_list_with_nesting_self (test_syntax.extensions.test_def_list.TestDefList) ... ok test_def_list_with_ol (test_syntax.extensions.test_def_list.TestDefList) ... ok test_def_list_with_ul (test_syntax.extensions.test_def_list.TestDefList) ... ok testBasicFence (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedCodeCurlyInAttrs (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedCodeEscapedAttrs (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedCodeMismatchedCurlyInAttrs (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedIdAndLangAndClassInAttr (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedIdAndLangInAttr (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedIdInAttr (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedLanguageAltPrefix (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedLanguageIdAndPygmentsDisabledInAttrNoCodehilite (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedLanguageIdAndPygmentsEnabledInAttrNoCodehilite (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedLanguageInAttr (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedLanguageNoCodehiliteWithAttrList (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedLanguageNoDot (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedLanguageNoPrefix (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedLanguagePygmentsDisabledInAttrNoCodehiliteWithAttrList (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedLanguagePygmentsEnabledInAttrNoCodehiliteWithAttrList (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedLanguageWithDot (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedMultipleClassesInAttr (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedTildes (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testNestedFence (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok test_fenced_code_in_raw_html (test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testCustomPygmentsFormatter (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required' testFencedAmps (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required' testFencedCodeWithHighlightLines (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required' testFencedCodeWithHighlightLinesInAttr (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required' testFencedLanguageAndHighlightLines (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required' testFencedLanguageAndHighlightLinesInAttr (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required' testFencedLanguageAndPygmentsDisabled (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required' testFencedLanguageAttrCssclass (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required' testFencedLanguageAttrGuesslang (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required' testFencedLanguageAttrLinenums (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required' testFencedLanguageAttrNoclasses (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required' testFencedLanguageDoubleEscape (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required' testFencedLanguageIdAndPygmentsDisabledInAttr (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required' testFencedLanguageIdInAttrAndPygmentsDisabled (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required' testFencedMultipleBlocksSameStyle (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required' testInvalidCustomPygmentsFormatter (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required' testPygmentsAddLangClassFormatter (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required' testSvgCustomPygmentsFormatter (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required' test_shebang (test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... skipped 'Pygments== is required' test_backlink_text (test_syntax.extensions.test_footnotes.TestFootnotes) Test back-link configuration. ... ok test_backlink_title (test_syntax.extensions.test_footnotes.TestFootnotes) Test back-link title configuration without placeholder. ... ok test_basic_footnote (test_syntax.extensions.test_footnotes.TestFootnotes) ... ok test_footnote_multi_line (test_syntax.extensions.test_footnotes.TestFootnotes) ... ok test_footnote_multi_line_complex (test_syntax.extensions.test_footnotes.TestFootnotes) ... ok test_footnote_multi_line_lazy_indent (test_syntax.extensions.test_footnotes.TestFootnotes) ... ok test_footnote_multple_complex (test_syntax.extensions.test_footnotes.TestFootnotes) ... ok test_footnote_multple_complex_no_blank_line_between (test_syntax.extensions.test_footnotes.TestFootnotes) ... ok test_footnote_separator (test_syntax.extensions.test_footnotes.TestFootnotes) Test separator configuration. ... ok test_multiple_footnotes (test_syntax.extensions.test_footnotes.TestFootnotes) ... ok test_multiple_footnotes_multiline (test_syntax.extensions.test_footnotes.TestFootnotes) ... ok test_superscript_text (test_syntax.extensions.test_footnotes.TestFootnotes) Test superscript text configuration. ... ok testLegacyAttrs (test_syntax.extensions.test_legacy_attrs.TestLegacyAtrributes) ... ok test_complex_emphasis_underscore (test_syntax.extensions.test_legacy_em.TestLegacyEm) ... ok test_complex_emphasis_underscore_mid_word (test_syntax.extensions.test_legacy_em.TestLegacyEm) ... ok test_complex_multple_underscore_type (test_syntax.extensions.test_legacy_em.TestLegacyEm) ... ok test_complex_multple_underscore_type_variant2 (test_syntax.extensions.test_legacy_em.TestLegacyEm) ... ok test_legacy_emphasis (test_syntax.extensions.test_legacy_em.TestLegacyEm) ... ok test_legacy_strong (test_syntax.extensions.test_legacy_em.TestLegacyEm) ... ok test_adjacent_raw_blocks (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_adjacent_raw_blocks_with_blank_lines (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_amperstand (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_auto_links_dont_break_parser (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_blank_lines_in_raw (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_bogus_comment (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_bogus_comment_endtag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_charref (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_closed_startendtag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_closed_startendtag_with_attrs (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_closed_startendtag_without_space (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_code_span (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_code_span_open_gt (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_comment_in_code_block (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_comment_in_code_span (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_entityref (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_hr_only_end (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_hr_only_start (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_hr_self_close (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_hr_start_and_end (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_hr_with_content (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_inline_script_tags (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_multiline_markdown_with_code_span (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_multiline_raw (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_multiple_raw_single_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_multiple_raw_single_line_with_pi (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_nested_charref (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_nested_closed_startendtag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_nested_entityref (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_nested_indented_raw_block (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_nested_inline_one_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_nested_raw_block (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_nested_raw_blocks (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_nested_raw_blocks_with_blank_lines (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_nested_raw_one_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_nested_startendtag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_placeholder_in_source (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_attributes (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_attributes_nested (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_block_preceded_by_markdown_code_span_with_unclosed_block_tag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_cdata_code_span (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_cdata_indented (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_cdata_one_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_cdata_one_line_followed_by_text (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_cdata_with_blank_lines (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_indented (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_indented_with_tag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_nested (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_one_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_one_line_followed_by_html (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_one_line_followed_by_text (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_one_line_with_tag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_trailing_whitespace (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_with_blank_lines (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_with_blank_lines_first_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_with_blank_lines_last_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_with_blank_lines_with_tag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_declaration_code_span (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_declaration_one_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_declaration_one_line_followed_by_text (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_empty (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_empty_blank_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_empty_newline (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_empty_space (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_html5 (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_indent_four_spaces (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_indent_one_space (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_indent_three_spaces (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_indent_two_spaces (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_missing_close_bracket (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_multiline_cdata (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_multiline_comment (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_multiline_comment_first_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_multiline_comment_last_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_multiline_comment_with_tag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_multiline_declaration (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_multiline_processing_instruction (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_multiple_p_no_end_tag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_nested_inline (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_nested_inline_with_blank_lines (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_nested_p_no_end_tag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_one_line_followed_by_span (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_one_line_followed_by_text (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_open_bracket_followed_by_space (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_open_bracket_only (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_p_no_end_tag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_p_no_end_tag_followed_by_blank_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_paragraph (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_pre_tag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_pre_tag_nested_escaped_html (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_processing_instruction_code_span (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_processing_instruction_indented (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_processing_instruction_one_line (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_processing_instruction_one_line_followed_by_text (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_processing_instruction_with_blank_lines (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_skip_inline_markdown (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_span (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_surrounded_by_Markdown (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_surrounded_by_text_without_blank_lines (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_unclosed_tag_in_code_span (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_unclosed_tag_in_code_span_space (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_uppercase (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_uppercase_multiline (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_with_markdown_blocks (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_script_tags (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_startendtag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_startendtag_with_attrs (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_startendtag_with_space (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_text_links_ignored (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_unclosed_comment_ (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_unclosed_script_tag (test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_complex_nested_case (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_complex_nested_case_whitespace (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_empty_tags (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_PI_blank_lines (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_PI_multiline (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_PI_oneliner (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_code_span (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_code_span_oneline (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_code_span_script_tag (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_code_span_unclosed (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_deep_mix (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_div (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_div_blank_lines (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_div_linebreaks (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_div_multi (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_div_multi_nest (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_div_nested (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_div_raw_inline (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_hr_only_end (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_hr_only_start (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_hr_self_close (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_hr_start_and_end (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_hr_with_content (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_in_tail (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_intail_md1 (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_mix (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_nested_abbr_ref (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_nested_comment (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_nested_empty (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_nested_empty_block (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_nested_footnote_ref (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_nested_in_nomd (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_nested_link_ref (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_nested_unclosed_p (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_no_blank_line_before (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_no_line_break (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_no_quotes (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_orphan_endtag (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_p_blank_lines (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_p_linebreaks (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_paragraph (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_preserve_attrs (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_single_quotes (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_unclosed_div (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_unclosed_p (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md_block_after_span_nested_in_block (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md_block_div (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md_block_nested_in_span (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md_block_paragraph (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md_no_value (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md_span_div (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md_span_nested_in_block (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md_span_paragraph (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_no_md1_hr_with_content (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_no_md1_nest (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_no_md1_paragraph (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_nomd_nested_in_md1 (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_orphan_end_tag_in_raw_html (test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_stash_to_string (test_syntax.extensions.test_md_in_html.TestMarkdownInHTMLPostProcessor) ... ok test_basic (test_syntax.extensions.test_smarty.TestSmarty) ... ok test_code_blocks (test_syntax.extensions.test_smarty.TestSmarty) ... ok test_code_spans (test_syntax.extensions.test_smarty.TestSmarty) ... ok test_escaped (test_syntax.extensions.test_smarty.TestSmarty) ... ok test_escaped_attr (test_syntax.extensions.test_smarty.TestSmarty) ... ok test_horizontal_rule (test_syntax.extensions.test_smarty.TestSmarty) ... ok test_wrapping_line (test_syntax.extensions.test_smarty.TestSmarty) ... ok test_years (test_syntax.extensions.test_smarty.TestSmarty) ... ok test_smarty_and_toc (test_syntax.extensions.test_smarty.TestSmartyAndToc) ... ok test_angled_quotes (test_syntax.extensions.test_smarty.TestSmartyAngledQuotes) ... ok test_custom_substitutions (test_syntax.extensions.test_smarty.TestSmartyCustomSubstitutions) ... ok test_align_columns (test_syntax.extensions.test_tables.TestTableBlocks) ... ok test_align_columns_legacy (test_syntax.extensions.test_tables.TestTableBlocks) ... ok test_align_three (test_syntax.extensions.test_tables.TestTableBlocks) ... ok test_align_three_legacy (test_syntax.extensions.test_tables.TestTableBlocks) ... ok test_both_sides (test_syntax.extensions.test_tables.TestTableBlocks) ... ok test_code_block_table (test_syntax.extensions.test_tables.TestTableBlocks) ... ok test_empty_cells (test_syntax.extensions.test_tables.TestTableBlocks) Empty cells (`nbsp`). ... ok test_inline_code_blocks (test_syntax.extensions.test_tables.TestTableBlocks) ... ok test_issue_440 (test_syntax.extensions.test_tables.TestTableBlocks) ... ok test_issue_449 (test_syntax.extensions.test_tables.TestTableBlocks) ... ok test_lists_not_tables (test_syntax.extensions.test_tables.TestTableBlocks) ... ok test_no_sides (test_syntax.extensions.test_tables.TestTableBlocks) ... ok test_single_column_tables (test_syntax.extensions.test_tables.TestTableBlocks) ... ok test_styles_in_tables (test_syntax.extensions.test_tables.TestTableBlocks) ... ok test_three_columns (test_syntax.extensions.test_tables.TestTableBlocks) ... ok test_three_spaces_prefix (test_syntax.extensions.test_tables.TestTableBlocks) ... ok testAlternateTOCMarker (test_syntax.extensions.test_toc.TestTOC) ... ok testAnchorLink (test_syntax.extensions.test_toc.TestTOC) ... ok testAnchorLinkWithCustomClass (test_syntax.extensions.test_toc.TestTOC) ... ok testAnchorLinkWithCustomClasses (test_syntax.extensions.test_toc.TestTOC) ... ok testAnchorLinkWithDoubleInlineCode (test_syntax.extensions.test_toc.TestTOC) ... ok testAnchorLinkWithSingleInlineCode (test_syntax.extensions.test_toc.TestTOC) ... ok testAutoLinkEmail (test_syntax.extensions.test_toc.TestTOC) ... ok testDisabledTOCMarker (test_syntax.extensions.test_toc.TestTOC) ... ok testHeaderInlineMarkup (test_syntax.extensions.test_toc.TestTOC) ... ok testHeadingRemoveFootnoteRef (test_syntax.extensions.test_toc.TestTOC) ... ok testHtmlEntitiesInTOC (test_syntax.extensions.test_toc.TestTOC) ... ok testHtmlSpecialCharsInTOC (test_syntax.extensions.test_toc.TestTOC) ... ok testMaxLevel (test_syntax.extensions.test_toc.TestTOC) ... ok testMaxLevelwithBaseLevel (test_syntax.extensions.test_toc.TestTOC) ... ok testMinMaxLevel (test_syntax.extensions.test_toc.TestTOC) ... ok testMinMaxLevelwithAnchorLink (test_syntax.extensions.test_toc.TestTOC) ... ok testMinMaxLevelwithBaseLevel (test_syntax.extensions.test_toc.TestTOC) ... ok testMinMaxLevelwithPermalink (test_syntax.extensions.test_toc.TestTOC) ... ok testNl2brCompatibility (test_syntax.extensions.test_toc.TestTOC) ... ok testNoTOCMarker (test_syntax.extensions.test_toc.TestTOC) ... ok testPermalink (test_syntax.extensions.test_toc.TestTOC) ... ok testPermalinkWithCustomClass (test_syntax.extensions.test_toc.TestTOC) ... ok testPermalinkWithCustomClasses (test_syntax.extensions.test_toc.TestTOC) ... ok testPermalinkWithCustomTitle (test_syntax.extensions.test_toc.TestTOC) ... ok testPermalinkWithDoubleInlineCode (test_syntax.extensions.test_toc.TestTOC) ... ok testPermalinkWithEmptyText (test_syntax.extensions.test_toc.TestTOC) ... ok testPermalinkWithEmptyTitle (test_syntax.extensions.test_toc.TestTOC) ... ok testPermalinkWithExtendedLatinInID (test_syntax.extensions.test_toc.TestTOC) ... ok testPermalinkWithSingleInlineCode (test_syntax.extensions.test_toc.TestTOC) ... ok testPermalinkWithUnicodeInID (test_syntax.extensions.test_toc.TestTOC) ... ok testPermalinkWithUnicodeTitle (test_syntax.extensions.test_toc.TestTOC) ... ok testRawHtmlInTOC (test_syntax.extensions.test_toc.TestTOC) ... ok testTOCBaseLevel (test_syntax.extensions.test_toc.TestTOC) ... ok testTOCInlineMarkupPermalink (test_syntax.extensions.test_toc.TestTOC) ... ok testTOCInlineMarkupPermalinkLeading (test_syntax.extensions.test_toc.TestTOC) ... ok testTOCMarker (test_syntax.extensions.test_toc.TestTOC) ... ok testTOCPermalink (test_syntax.extensions.test_toc.TestTOC) ... ok testTOCPermalinkLeading (test_syntax.extensions.test_toc.TestTOC) ... ok testTOCReset (test_syntax.extensions.test_toc.TestTOC) ... ok testTOCTitle (test_syntax.extensions.test_toc.TestTOC) ... ok testTOCUniqueFunc (test_syntax.extensions.test_toc.TestTOC) ... ok testTOCWithCustomClass (test_syntax.extensions.test_toc.TestTOC) ... ok testTOCWithCustomClasses (test_syntax.extensions.test_toc.TestTOC) ... ok testTOCWithCustomTitleClass (test_syntax.extensions.test_toc.TestTOC) ... ok testTOCWithEmptyTitleClass (test_syntax.extensions.test_toc.TestTOC) ... ok testTocInHeaders (test_syntax.extensions.test_toc.TestTOC) ... ok testTocWithAttrList (test_syntax.extensions.test_toc.TestTOC) ... ok testUniqueIds (test_syntax.extensions.test_toc.TestTOC) ... ok test_escaped_char_in_id (test_syntax.extensions.test_toc.TestTOC) ... ok test_escaped_code (test_syntax.extensions.test_toc.TestTOC) ... ok testDontStripCloseBracket (test_syntax.extensions.test_toc.testStripTags) ... ok testDontStripHTMLEntities (test_syntax.extensions.test_toc.testStripTags) ... ok testDontStripOpenBracket (test_syntax.extensions.test_toc.testStripTags) ... ok testStripCollapseWhitespace (test_syntax.extensions.test_toc.testStripTags) ... ok testStripComment (test_syntax.extensions.test_toc.testStripTags) ... ok testStripCommentInElement (test_syntax.extensions.test_toc.testStripTags) ... ok testStripCommentWithInnerTags (test_syntax.extensions.test_toc.testStripTags) ... ok testStripElement (test_syntax.extensions.test_toc.testStripTags) ... ok testStripElementWithNewlines (test_syntax.extensions.test_toc.testStripTags) ... ok testStripEmptyElement (test_syntax.extensions.test_toc.testStripTags) ... ok testStripOpenElement (test_syntax.extensions.test_toc.testStripTags) ... ok test_email_address (test_syntax.inline.test_autolinks.TestAutomaticLinks) ... ok test_email_address_with_ampersand (test_syntax.inline.test_autolinks.TestAutomaticLinks) ... ok test_invalid_email_address_domain (test_syntax.inline.test_autolinks.TestAutomaticLinks) ... ok test_invalid_email_address_local_part (test_syntax.inline.test_autolinks.TestAutomaticLinks) ... ok test_mailto_email_address (test_syntax.inline.test_autolinks.TestAutomaticLinks) ... ok test_complex_emphasis_asterisk (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_complex_emphasis_asterisk_mid_word (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_complex_emphasis_smart_underscore (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_complex_emphasis_smart_underscore_mid_word (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_complex_multple_emphasis_type (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_complex_multple_emphasis_type_variant2 (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_nested_emphasis (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_asterisk (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_asterisk_at_end (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_asterisk_in_text (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_asterisks_consecutive (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_asterisks_in_text (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_asterisks_pairs (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_asterisks_triples (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_asterisks_with_newlines (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_underscore_at_begin (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_understore (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_understore_consecutive (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_understore_in_text (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_understore_pairs (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_understore_triples (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_understores_at_begin_end (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_understores_in_text (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_understores_with_newlines (test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_decimal_entities (test_syntax.inline.test_entities.TestEntities) ... ok test_false_entities (test_syntax.inline.test_entities.TestEntities) ... ok test_hexadecimal_entities (test_syntax.inline.test_entities.TestEntities) ... ok test_named_entities (test_syntax.inline.test_entities.TestEntities) ... ok test_angle_with_mixed_title_quotes (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_misc (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_misc_blank (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_misc_img (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_misc_img_title (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_misc_ref (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_mixed_title_quotes1 (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_mixed_title_quotes2 (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_mixed_title_quotes3 (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_mixed_title_quotes4 (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_mixed_title_quotes5 (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_mixed_title_quotes6 (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_nested_round_brackets (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_nested_square_brackets (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_short_ref (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_short_ref_in_link (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_single_quote (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_uneven_brackets_with_titles1 (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_uneven_brackets_with_titles2 (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_uneven_brackets_with_titles3 (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_uneven_brackets_with_titles4 (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_uneven_brackets_with_titles5 (test_syntax.inline.test_images.TestAdvancedImages) ... ok test_amp_in_url (test_syntax.inline.test_links.TestInlineLinks) Test amp in URLs. ... ok test_angle_with_mixed_title_quotes (test_syntax.inline.test_links.TestInlineLinks) ... ok test_mixed_title_quotes1 (test_syntax.inline.test_links.TestInlineLinks) ... ok test_mixed_title_quotes2 (test_syntax.inline.test_links.TestInlineLinks) ... ok test_mixed_title_quotes3 (test_syntax.inline.test_links.TestInlineLinks) ... ok test_mixed_title_quotes4 (test_syntax.inline.test_links.TestInlineLinks) ... ok test_mixed_title_quotes5 (test_syntax.inline.test_links.TestInlineLinks) ... ok test_mixed_title_quotes6 (test_syntax.inline.test_links.TestInlineLinks) ... ok test_nested_round_brackets (test_syntax.inline.test_links.TestInlineLinks) ... ok test_nested_square_brackets (test_syntax.inline.test_links.TestInlineLinks) ... ok test_single_quote (test_syntax.inline.test_links.TestInlineLinks) ... ok test_uneven_brackets_with_titles1 (test_syntax.inline.test_links.TestInlineLinks) ... ok test_uneven_brackets_with_titles2 (test_syntax.inline.test_links.TestInlineLinks) ... ok test_uneven_brackets_with_titles3 (test_syntax.inline.test_links.TestInlineLinks) ... ok test_uneven_brackets_with_titles4 (test_syntax.inline.test_links.TestInlineLinks) ... ok test_uneven_brackets_with_titles5 (test_syntax.inline.test_links.TestInlineLinks) ... ok test_ref_link (test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_angle_brackets (test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_angle_brackets_no_space (test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_angle_brackets_title (test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_angle_brackets_title_no_space (test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_multi_line (test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_nested_left_bracket (test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_nested_right_bracket (test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_no_space (test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_override (test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_single_quoted_title (test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_single_quoted_title_nested_quote (test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_title (test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_title_nested_quote (test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_title_no_blank_lines (test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_title_no_space (test_syntax.inline.test_links.TestReferenceLinks) ... ok test_reference_across_blocks (test_syntax.inline.test_links.TestReferenceLinks) Test references across blocks. ... ok test_reference_newlines (test_syntax.inline.test_links.TestReferenceLinks) Test reference id whitespace cleanup. ... ok test_inline_html_angle_brackets (test_syntax.inline.test_raw_html.TestRawHtml) ... ok test_inline_html_backslashes (test_syntax.inline.test_raw_html.TestRawHtml) ... ok ---------------------------------------------------------------------- Ran 970 tests OK (skipped=64) py$(PYV): commands[1]> python -m coverage xml Wrote XML report to coverage.xml py$(PYV): commands[2]> python -m coverage report --show-missing Name Stmts Miss Cover Missing ------------------------------------------------------------------- markdown/__init__.py 5 0 100% markdown/__main__.py 42 0 100% markdown/__meta__.py 14 0 100% markdown/blockparser.py 30 0 100% markdown/blockprocessors.py 303 8 97% 214, 219-220, 229, 247, 281, 629, 635 markdown/core.py 148 0 100% markdown/extensions/__init__.py 28 1 96% 112 markdown/extensions/abbr.py 100 7 93% 64, 174-175, 178-181 markdown/extensions/admonition.py 86 0 100% markdown/extensions/attr_list.py 97 0 100% markdown/extensions/codehilite.py 114 97 15% 48-52, 116-133, 146-188, 212-247, 260-265, 269-288, 296-335, 339-343 markdown/extensions/def_list.py 56 2 96% 105-106 markdown/extensions/extra.py 8 0 100% markdown/extensions/fenced_code.py 96 10 90% 90, 115, 120-137, 162, 176 markdown/extensions/footnotes.py 226 7 97% 139-140, 160, 167, 290, 398-399 markdown/extensions/legacy_attrs.py 23 0 100% markdown/extensions/legacy_em.py 12 0 100% markdown/extensions/md_in_html.py 207 0 100% markdown/extensions/meta.py 43 0 100% markdown/extensions/nl2br.py 8 0 100% markdown/extensions/sane_lists.py 20 0 100% markdown/extensions/smarty.py 85 0 100% markdown/extensions/tables.py 144 0 100% markdown/extensions/toc.py 255 14 95% 72-78, 84-96 markdown/extensions/wikilinks.py 47 0 100% markdown/htmlparser.py 139 0 100% markdown/inlinepatterns.py 383 2 99% 175, 852 markdown/postprocessors.py 56 2 96% 140, 143 markdown/preprocessors.py 27 0 100% markdown/serializers.py 95 0 100% markdown/test_tools.py 81 10 88% 33-34, 131-143, 159-163, 165 markdown/treeprocessors.py 227 5 98% 52, 112, 240-242 markdown/util.py 140 7 95% 106, 128-133, 256-261 ------------------------------------------------------------------- TOTAL 3345 172 95% py$(PYV): OK congratulations :)