summaryrefslogtreecommitdiffstats
path: root/TODO
blob: ce58a9798a48ed3ca5e4e6cdfa7ca386ed86049b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
-*- mode: rst; coding: utf-8; -*-

TODO
====

* ``markdown_link_style.logging.MDLogger`` does not seem to handle all
  logging levels; look into this and fix it.

* Add unit test for ``mdl_style.LSBlockLexer``,
  ``mdl_style.LSInlineLexer`` classes.

  * The unit tests for these classes must go under
  ``tests/test_mdl_style.py``.

  * The unit tests must simply check contents of ``default_rules``
    class variable.

* Add unit test for ``mdl_style.LSMarkdown``.

  The unit test must verify that the class variables ``renderer``,
  ``inline``, ``block`` are instances of ``mdl_style.LSRenderer``,
  ``mdl_style.InlineLexer`` and ``mdl_style.LSBlockLexer``
  respectively.