summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* md_tw.py: Update TWMarkdown.output_list_item.rsiddharth2018-04-012-0/+45
| | | | | | * md_tw.py (TWMarkdown.output_list_item): Update method. * tests/data/renderer-lists-w.md: Update file. * tests/data/renderer-lists.md: Update file.
* md_tw.py: Update TWMarkdown.output_block_quote.rsiddharth2018-04-014-0/+75
| | | | | | | | | | | Add subsequent indent text to all 'block' tokens inside block quote. * md_tw.py (TWMarkdown.output_block_quote): Update method. (TWRenderer.block_quote): Update method. * tests/data/renderer-block-quote-w.md: New file. * tests/data/renderer-block-quote.md: New file. * tests/data/renderer-fences-w.md: Update file. * tests/test_md_tw.py (test_render_block-_quote): New test.
* md_tw.py: Add TWMarkdown.output_heading.rsiddharth2018-04-012-0/+8
| | | | | | | | Add prefix, if it exists, to heading. * md_tw.py (TWMarkdown.output_heading): Override super class's method. * tests/data/renderer-heading-w.md: Update file. * tests/data/renderer-heading.md: Update file.
* tests: Add TestTWRenderer.test_render_footnote_item.rsiddharth2018-03-053-1/+54
| | | | | | | * tests/data/renderer-footnotes-w.md: New file. * tests/data/renderer-footnotes.md: New file. * tests/test_md_tw.py (TestTWRenderer) [test_render_footnote_item]: New test method.
* tests: Add TestTWRenderer.test_render_def_link.rsiddharth2018-02-263-0/+73
| | | | | | * tests/data/renderer-def-links-w.md: New file. * tests/data/renderer-def-links.md: New file. * tests/test_md_tw.py (test_render_def_link): New test method.
* md_tw.py: [token] def_links -> def_linkrsiddharth2018-02-261-2/+2
| | | | | | * md_tw.py (TWBlockLexer)[parse_def_links]: Update method. * tests/test_md_tw.py (TWBlockLexer)[test_parse_def_link]: New test method. [test_parse_def_links]: Remove test method.
* tests: Add TestTWRenderer.test_render_hrule.rsiddharth2018-02-253-0/+43
| | | | | | * tests/data/renderer-hrules-w.md: New file. * tests/data/renderer-hrules.md: New file. * tests/test_md_tw.p (TestTWRenderer)[test_render_hrule]: New test method.
* tests: Add test_render_header.rsiddharth2018-02-255-0/+57
| | | | | | | | * tests/data/renderer-heading-w.md: New file. * tests/data/renderer-heading.md: New file. * tests/data/renderer-lheading-w.md: New file. * tests/data/renderer-lheading.md: New file. * tests/test_md_tw.py (test_render_header): New test method.
* tests: Add TestTWRenderer.test_render_list.rsiddharth2018-02-243-0/+135
| | | | | | * tests/data/renderer-lists-w.md: New file. * tests/data/renderer-lists.md: New file. * tests/test_md_tw.py (test_render_list): New test method.
* tests: Add TestTWRenderer.teardown_class.rsiddharth2018-02-241-0/+4
| | | | | * tests/test_md_tw.py (TestTWRenderer)[teardown_class]: New method. [teardown]: Update method.
* tests: Add TestTWRenderer.setup_class.rsiddharth2018-02-241-4/+6
| | | | | * tests/test_md_tw.py (TestTWRenderer)[setup_class]: New method. [setup]: Update method.
* tests: Add TestTWRenderer.test_render_block_html.rsiddharth2018-02-183-0/+50
| | | | | | * tests/data/renderer-block-html-w.md: New file. * tests/data/renderer-block-html.md: New file. * tests/test_md_tw.py (test_render_block_html): New test method.
* md_tw.py: Add TWBlockLexer.parse_block_html.rsiddharth2018-02-181-23/+8
| | | | | | * md_tw.py (TWBlockLexer)[parse_block_html]: New method. * tests/test_md_tw.py (TestTWBlockLexer) [test_parse_block_html]: Update test method.
* tests: Update TestTWRenderer.test_render_block_code.rsiddharth2018-02-183-0/+31
| | | | | | * tests/data/renderer-fences-w.md: New file. * tests/data/renderer-fences.md: New file. * tests/test_md_tw.py (test_render_block_code): Update test method.
* tests: Add TestTWRenderer.test_render_block_code.rsiddharth2018-02-183-0/+26
| | | | | | | * tests/data/renderer-block-code-w.md: New file. * tests/data/renderer-block-code.md: New file. * tests/test_md_tw.py (TestTWRenderer) [test_render_block_code]: New test method.
* tests: Update blexer-block-code.md.rsiddharth2018-02-181-1/+1
| | | | * tests/data/blexer-block-code.md: Update file.
* md_tw.py: Rename TWRenderer._tw_set_options method.rsiddharth2018-02-181-4/+4
| | | | | | | | | | * md_tw.py (TWRenderer)[_tw_set_options]: Remove method. [tw_set]: New method. * tests/test_md_tw.py(TestTWRenderer) [test_tw_set_options_with_valid_opts]: Remove test. [test_tw_set_with_valid_opts]: Add test. [test_tw_set_options_with_invalid_opts]: Remove test. [test_tw_set_with_invalid_opts]: Add test.
* tests: Add test for TWRenderer.paragraph.rsiddharth2018-02-183-2/+78
| | | | | | | | | * tests/data/renderer-paragraphs-w.md: New file. * tests/data/renderer-paragraphs.md: New file. * tests/test_md_tw.py (TestTWRenderer)[test_render_paragraph]: Test for TWRenderer.paragraph. [setup, teardown]: Update methods. [_write_tmp, _get, _md, _validate]: New methods.
* tests: Rename assert_equal to nose_tools.assert_equal.rsiddharth2018-02-181-21/+21
| | | | | | | | | | | * tests/test_md_tw.py (TestTWBlockLexer)[_validate, test_parse_list_block] [test_parse_block_quote, test_parse_def_footnotes] [test_parse_block_html]: Update methods. (TestTWRenderer)[test_tw_obj_with_default_width] [test_tw_obj_with_custom_width] [test_tw_set_options_with_valid_opts] [test_tw_set_options_with_invalid_opts]: Update methods.
* tests: Add test_parse_paragraph.rsiddharth2018-01-072-0/+65
| | | | | * tests/data/blexer-paragraphs.md: New file. * tests/test_md_tw.py (TestTWBlockLexer.test_parse_paragraph): New test.
* tests: Add test_parse_block_html.rsiddharth2018-01-072-0/+96
| | | | | * tests/data/blexer-block-html.md: New file. * tests/test_md_tw.py (TestTWBlockLexer.test_parse_block_html): New test.
* Update copyright.rsiddharth2018-01-021-1/+1
| | | | | | | | * Makefile: Update file. * markdown_textwrap/_version.py: Update file. * md_tw.py: Update file. * setup.py: Update file. * tests/test_md_tw.py: Update file.
* tests: Remove TestTextWrapParagraphs.rsiddharth2018-01-025-241/+0
| | | | | | | | | * tests/data/paragraphs-with-inline-wrapped.md: Remove file. * tests/data/paragraphs-with-inline.md: Remove file. * tests/data/paragraphs-wrapped.md: Remove file. * tests/data/paragraphs.md: Remove file. * tests/test_md_tw.py (TestTextWrapParagraphs): Remove test class.
* tests: Remove TestTWInlineLexer.test_default_rules_contents.rsiddharth2018-01-021-5/+0
| | | | | * tests/test_md_tw.py (TestTWInlineLexer.test_default_rules_contents): Remove test.
* md_tw.py: Add `TWBlockLexer.parse_def_footnotes`.rsiddharth2018-01-022-0/+121
| | | | | | | | * md_tw.py (TWBlockLexer.parse_def_footnotes): New method. * tests/test_md_tw.py (TestTWBlockLexer.test_parse_def_footnotes): New test. * tests/data/blexer-footnotes.md: New file.
* md_tw.py: Add TWBlockLexer.parse_def_links.rsiddharth2018-01-022-0/+51
| | | | | | | | * md_tw.py (TWBlockLexer.parse_def_links): New method. * tests/test_md_tw.py (TestTWBlockLexer.test_parse_def_links): New test. * tests/data/blexer-def-links.md: New file.
* md_tw.py: Add TWBlockLexer.parse_block_quote.rsiddharth2018-01-022-0/+169
| | | | | | | | | * md_tw.py (TWBlockLexer.parse_block_quote): New method. (TWBlockLexer.__init__): Update method. * tests/test_md_tw.py (TestTWBlockLexer.test_parse_block_quote): New test. * tests/data/blexer-blockquote.md: New file.
* md_tw.py: Add TWBlockLexer._process_list_item.rsiddharth2018-01-022-0/+291
| | | | | | | | * md_tw.py (TWBlockLexer._process_list_item): New method * tests/test_md_tw.py (TestTWBlockLexer.test_parse_list_block): New test. * tests/data/blexer-lists.md: New file.
* md_tw.py: Add TWBlockLexer.parse_hrule.rsiddharth2018-01-022-0/+32
| | | | | | | | * md_tw.py (TWBlockLexer.parse_hrule): New method * tests/test_md_tw.py (TestTWBlockLexer.test_parse_hrule): New test. * tests/data/blexer-hrules.md: New file.
* md_tw.py: Add TWBlockLexer.parse_lheading.rsiddharth2018-01-022-0/+24
| | | | | | | | * md_tw.py (TWBlockLexer.parse_lheading): New method. * tests/test_md_tw.py (TestTWBlockLexer.test_parse_lheading): New method. * tests/data/blexer-lheading.md: New file.
* md_tw: Add TWBlockLexer.parse_heading.rsiddharth2018-01-022-0/+22
| | | | | | | | * md_tw.py (TWBlockLexer.parse_heading): New method. * tests/data/blexer-heading.md: New file. * tests/test_md_tw.py (TestTWBlockLexer.test_parse_heading): New test.
* md_tw.py: Add `TWBlockLexer.parse_fences`.rsiddharth2018-01-022-0/+22
| | | | | | * md_tw.py (TWBlockLexer.parse_fences): New method. * tests/data/blexer-fences.md: New file. * tests/test_md_tw.py (test_parse_fences): New test.
* md_tw.py: Add `TWBlockLexer.parse_block_code`.rsiddharth2018-01-022-2/+27
| | | | | | | | | | * md_tw.py (TWBlockLexer.parse_block_code): New method. * tests/test_md_tw.py (TestTWBlockLexer._parse) (TestTWBlockLexer._validate): New private methods. (TestTWBlockLexer.test_parse_block_code): New test. * tests/data/blexer-block-code.md: New file.
* md_tw: Update `TWBlockLexer.__init__`.rsiddharth2018-01-021-2/+0
| | | | | | | * md_tw.py (__init__): Remove default_rules. * tests/test_md_tw.py (test_default_rules_contents): Remove method.
* md_tw.py: Add Text Wrap classes (derived from mistune' classes).rsiddharth2017-07-245-1/+363
| | | | | | | | | | | | * md_tw.py (TWBlockLexer, TWInlineLexer, TWRenderer) (TWMarkdown): New classes. * tests/data/paragraphs-with-inline-wrapped.md: New file. * tests/data/paragraphs-with-inline.md: New file. * tests/data/paragraphs-wrapped.md: New file. * tests/data/paragraphs.md: New file. * tests/test_md_tw.py (TestTWBlockLexer, TestTWInlineLexer, TestTWRenderer, TestTWMarkdown) (TestTextWrapParagraphs): New test classes.
* Initial commit.rsiddharth2017-07-162-0/+31
* .gitignore: New file. * CONTRIBUTORS: New file. * COPYING: New file. * HACKING.rst: New file. * Makefile: New file. * README.rst: New file. * markdown_textwrap/__init__.py: New file. * markdown_textwrap/_version.py: New file. * md_tw.py: New file. * requirements.txt: New file. * setup.py: New file. * tests/__init__.py: New file. * tests/test_md_tw.py: New file.