aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/scala/com/iinteractive
Commit message (Collapse)AuthorAgeFilesLines
* forgot to commit thisHEADmasterJesse Luehrs2013-04-131-0/+69
|
* fix broken backtracking behaviorJesse Luehrs2013-03-181-0/+14
| | | | | | | | | don't even try recursing if the indentation isn't correct for it to potentially be a subtest. this was causing exponential behavior since it would try to parse a plan as a result, fail, then try to parse it as a subtest result, and try to treat it as the start of a plan-first tap stream when that shouldn't be possible at all because the indentation should indicate that it's not a subtest
* add lives_ok/dies_ok/throws_ok/exceptionJesse Luehrs2013-03-141-0/+100
| | | | fixes gh-2
* diag and note should be able to stringify anythingJesse Luehrs2013-03-142-7/+17
| | | | fixes gh-1
* move the directory structure tooJesse Luehrs2013-03-066-0/+604