summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* updated lps_gen.RenderHTMLrsiddharth2015-12-191-0/+14
| | | | | - Now handles the case when the template does not exist. - HTML output is now prettified by BeautifulSoup.
* tests/test_lps_gen.py (TestLpGen.RenderHTML)rsiddharth2015-12-191-1/+2
| | | | Cosmetic modification; does the same thing.
* 'speaker' -> 'speakers'rsiddharth2015-12-162-10/+12
| | | | `speakers` is always a list.
* 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.
* HTMLRender addedjantwisted2015-12-161-0/+52
|
* updated copyright header (authors -> contributors)rsiddharth2015-12-121-1/+1
|
* Added lps_gen.py + tests for it.rsiddharth2015-12-122-0/+335
| | | | | Contains `LPSRenderer` and `LPSMarkdown` classes which convert a given Markdown LP schedule text to a python dictionary (OrderedDict).
* Removed modules under `lpschedule`rsiddharth2015-12-122-48/+0
| | | | Corresponding test modules were also deleted.
* Added license info.rsiddharth2015-10-062-0/+36
| | | | | | | | | new file: COPYING modified: lpschedule/file.py modified: lpschedule/generator.py modified: setup.py modified: tests/file_tests.py modified: tests/generator_tests.py
* Added dummy modules lpschedule.file, lpschedule.generator.rsiddharth2015-10-011-0/+0
| | | | | | new file: lpschedule/file.py new file: lpschedule/generator.py new file: tests/file_tests.py
* renamed: tests/lpschedule_tests.py -> tests/generator_tests.pyrsiddharth2015-10-011-0/+0
|
* Initial commitrsiddharth2015-10-012-0/+12