summaryrefslogtreecommitdiff
path: root/test/spec_tests.py
AgeCommit message (Expand)Author
2020-05-12Revert "spec_tests.py: ignore line endings on diff."John MacFarlane
2020-05-12spec_tests.py: ignore line endings on diff.John MacFarlane
2020-05-12Revert "spec_tests.py: don't keep line endings (for windows CI)."John MacFarlane
2020-05-12spec_tests.py: don't keep line endings (for windows CI).John MacFarlane
2020-01-15Remove useless __name__ check in test scriptsNick Wellnhofer
2016-06-02spec_test.py - parameterize do_test with converter.John MacFarlane
2016-06-02spec_tests.py: exit code is sum of failures and errors.John MacFarlane
2016-03-28Add first regression testsNick Wellnhofer
2016-01-10Updated spec.txt and spec_tests.py to new format.John MacFarlane
2015-07-09Fixed small bug in test runner.John MacFarlane
2015-07-08spec_tests.py: use stdout.out.buffer.write instead of print throughout.John MacFarlane
2015-07-07Updated spec_tests.py from jgm/CommonMark.John MacFarlane
2015-07-03`spec_test.py`: changed default to `spec.txt` (not `test/spec.txt`).John MacFarlane
2015-06-16spec_tests.py: allow → for tab in HTML examples.John MacFarlane
2015-06-03Revert "Hacks to spec_tests.py to test CRLF support."John MacFarlane
2015-04-07Hacks to spec_tests.py to test CRLF support.Ben Trask
2015-01-24Moved spec.txt to test/ directory.John MacFarlane
2014-12-31Fix spec tests on WindowsNick Wellnhofer
2014-12-29Updated tests to use python3.John MacFarlane
2014-12-24Use python2 for man, test scripts.John MacFarlane
2014-12-23Made spec_tests.py more DRY.John MacFarlane
2014-12-22spec_tests.py: make --dump-tests sensitive to --pattern, --number.John MacFarlane
2014-12-22Merge pull request #248 from cirosantilli/short-optionsJohn MacFarlane
2014-12-22Merge pull request #247 from cirosantilli/run-single-test-by-numberJohn MacFarlane
2014-12-22Slight improvement to #250.John MacFarlane
2014-12-21Don't raise exception on invalid UTF-8 outputCiro Santilli
2014-12-21spec_tests add short options for common parametersCiro Santilli
2014-12-21Add --number option to run a single test by its idCiro Santilli
2014-12-01make the diff output workCarsten Brandt
2014-12-01fixed python scriptCarsten Brandt
2014-11-29More code cleanup in spec_tests.py.John MacFarlane
2014-11-29Reorganized code in spec_tests.py.John MacFarlane
2014-11-29test: Factored out normalization code into normalize.py.John MacFarlane
2014-11-29spec_tests.py: if dump_args, don't try to load dynamic library.John MacFarlane
2014-11-29Factored out cmark.py from test programs.John MacFarlane
2014-11-29Moved testing programs to test/.John MacFarlane