aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a wiki output backend.HEADmasterMichał Górny2013-08-102-1/+189
* Reraise test case exceptions neatly.Michał Górny2012-01-031-1/+3
* Fix CLI output exit status.Michał Górny2012-01-031-1/+1
* Clean up whitespace in HTML output.Michał Górny2011-08-151-6/+7
* Improve docs.Michał Górny2011-08-132-0/+4
* Use relative imports in main modules.Michał Górny2011-08-122-2/+2
* HTML output: include PM version as well.Michał Górny2011-08-121-1/+1
* HTML output: let assertion prefixes rowspan.Michał Górny2011-08-121-2/+3
* HTML output: split assertion names into (prefix, realname).Michał Górny2011-08-121-23/+39
* HTML: order tests by short name.Michał Górny2011-08-111-2/+3
* Use short test names in HTML output (instead of direct classes).Michał Górny2011-08-111-1/+1
* Support undefined in CLI output backend too.Michał Górny2011-08-063-4/+11
* Clearly distinguish undefined results.Michał Górny2011-08-061-5/+22
* Introduce the concept of undefined behavior assertions.Michał Górny2011-08-061-2/+3
* Mark not reached assertions as 'unknown'.Michał Górny2011-08-061-0/+11
* Sort test results by EAPI.Michał Górny2011-08-051-2/+2
* Fix HTML table misalignment.Michał Górny2011-08-051-5/+5
* Add the HTML output module.Michał Górny2011-08-052-1/+184
* Support --output-file arg.Michał Górny2011-08-051-0/+3
* Pass all test results to the output module.Michał Górny2011-08-052-16/+20
* Introduce a dedicated TestResult object.Michał Górny2011-08-052-3/+43
* Support switchable output modules.Michał Górny2011-08-052-0/+69