* add (first draft of) full test suite runner
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Sat, 5 Jan 2008 13:00:48 +0000 (13:00 +0000)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Sat, 5 Jan 2008 13:00:48 +0000 (13:00 +0000)
commit0aa27bf39e80cd41081f4d5a49015e1c17ae9f68
tree40d71944e28394c4e18878c26d2a0df2677c7134
parent9a4c55083ef741cd562529f93b331f4c583e61b7
* add (first draft of) full test suite runner
* add test for well formed paragraph handling
* update UnorderedListTests to have better test naming scheme
* add suite function to UnorderedListTests
tests/runtests.py [new file with mode: 0755]
tests/unittests/ParagraphTests.py [new file with mode: 0755]
tests/unittests/UnorderedListTests.py
tests/unittests/__init__.py [new file with mode: 0644]