summaryrefslogtreecommitdiff
path: root/runtests.py
AgeCommit message (Collapse)Author
2014-11-19runtests.py: Added --no-normalize option.John MacFarlane
This disables all normalization. Note that the spec tests don't currently pass w/o normalization!
2014-11-19Renamed --test-normalization to --debug-normalizationJohn MacFarlane
2014-11-19Further runtests.py improvements.John MacFarlane
Better handling of br. Distinguish between a case where there's space on the next line and one where there isn't. Added --test-normalization flag to test normalization feature.
2014-11-19Improved normalization in runtests.py.John MacFarlane
Closes #161.
2014-11-18Added python version of test runner.John MacFarlane
This tests the dynamic library when run without a second argument. The code makes use of an amended version of the normalization method from karlcow/markdown-testsuite. Closes #161.