summaryrefslogtreecommitdiffstats
path: root/tests/files
Commit message (Collapse)AuthorAgeFilesLines
* Added tests/files/lp-sch-sessions-only.mdrsiddharth2016-01-281-0/+158
|
* updated template in testing area.rsiddharth2016-01-281-11/+17
| | | | | - Now it can accept empty "Day" and "Timeslot". - "RoomTBA" -> "" in final HTML.
* lps_gen accepts template as arg.rsiddharth2016-01-281-0/+117
| | | | | | | | | As per Zak's request, the script now requires the user to pass the template as (the first) argument to the script. The script does not use the template that is part of the lpschedule-generator module; indeed the internal template will be deleted later.
* updated tests/files/lp-sch.md + tests.rsiddharth2015-12-201-1/+4
|
* 'speaker' -> 'speakers'rsiddharth2015-12-161-1/+3
| | | | `speakers` is always a list.
* HTMLRender addedjantwisted2015-12-161-0/+52
|
* Added lps_gen.py + tests for it.rsiddharth2015-12-121-0/+170
Contains `LPSRenderer` and `LPSMarkdown` classes which convert a given Markdown LP schedule text to a python dictionary (OrderedDict).