aboutsummaryrefslogtreecommitdiffstats
path: root/regression-tests.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bug where Markdown choked on input of only whitespace. Added some tests.Waylan Limberg2009-03-211-0/+20
|
* Updated regresion tests for recent refactors (both package and BlockParser).Waylan Limberg2008-11-201-23/+57
|
* Replaced Treap with OrderedDict. Updated regression_tests and extensions. ↵Waylan Limberg2008-10-281-57/+80
| | | | All tests pass. Still needs documentation.
* Cleaned up regression test suite code.Waylan Limberg2008-10-141-14/+16
|
* Increased verbosity of regression test output.Waylan Limberg2008-10-141-1/+1
|
* Added extension doctests to the regression tests and fixed a few broken ↵Waylan Limberg2008-10-141-3/+18
| | | | doctests in CodeHilite and WikiLinks extentions.
* Added regression tests to make sure we don't break any APIs in the future. ↵Waylan Limberg2008-10-141-0/+140
It's likely more tests need to be added.