aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/scala/com/iinteractive/test/tap
Commit message (Collapse)AuthorAgeFilesLines
* avoid generating invalid tap if descriptions have newlines (rafl)Jesse Luehrs2013-04-041-6/+11
|
* fix doc linkJesse Luehrs2013-03-181-1/+1
|
* fix broken backtracking behaviorJesse Luehrs2013-03-181-12/+19
| | | | | | | | | 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
* pass -v as an option to test-only to also display tapJesse Luehrs2013-03-142-0/+8
| | | | | | | | note that you need to run the command line like this: sbt "test-only com.iinteractive.test.TestMoreTest -- -v" fixes gh-3
* diag and note should be able to stringify anythingJesse Luehrs2013-03-141-4/+4
| | | | fixes gh-1
* move the directory structure tooJesse Luehrs2013-03-067-0/+765