blob: 064e65e91f3e21cbb9357c74762cb619150f13a6 (
plain) (
tree)
|
|
-*- mode: rst; coding: utf-8; -*-
TODO
====
* 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.
|