summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* tests/test_lps_gen.py: added test.rsiddharth2016-01-281-0/+10
| | | | - test_RenderHTML_sessions_only.
* tests/test_lps_gen.py: rename a testrsiddharth2016-01-281-1/+1
| | | | test_RenderHTML_invalid_year -> test_RenderHTML_nonexistent_template
* 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-282-5/+124
| | | | | | | | | 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-202-2/+6
|
* updated lps_gen.RenderHTMLrsiddharth2015-12-191-0/+1
| | | | When template is not found, instead of returning, it calls sys.exit(1).
* 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