summaryrefslogtreecommitdiffstats
path: root/tests/test_lps_gen.py
Commit message (Collapse)AuthorAgeFilesLines
...
* HTMLRender -> RenderHTML + changes to it.rsiddharth2015-12-151-0/+6
| | | | | | `RenderHTML` (was `HTMLRender`) now uses `PackagLoader` instead of FileSystemLoader and the template are loaded from the templates/ directory.
* updated copyright header (authors -> contributors)rsiddharth2015-12-121-1/+1
|
* Added lps_gen.py + tests for it.rsiddharth2015-12-121-0/+165
Contains `LPSRenderer` and `LPSMarkdown` classes which convert a given Markdown LP schedule text to a python dictionary (OrderedDict).