aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/scala/org/perl8/test/tap/TestBuilderTest.scala
Commit message (Collapse)AuthorAgeFilesLines
* move the directory structure tooJesse Luehrs2013-03-061-241/+0
|
* renameJesse Luehrs2013-03-051-2/+2
|
* remove the ability to skip and bail out with no reasonJesse Luehrs2013-03-041-4/+2
|
* just call this method todoJesse Luehrs2013-03-041-2/+2
|
* eh, skip all with no message isn't worth it, reallyJesse Luehrs2013-02-281-14/+0
|
* eliminate MessageJesse Luehrs2013-02-281-7/+7
|
* stop using Option[Plan]Jesse Luehrs2013-02-281-13/+13
|
* make some more things privateJesse Luehrs2013-02-281-13/+13
|
* a bit more cleanupJesse Luehrs2013-02-231-2/+2
|
* clean up importsJesse Luehrs2013-02-231-3/+1
|
* tests shouldn't produce anything other than tapJesse Luehrs2013-02-231-24/+42
| | | | the harness can parse the tap to figure out whatever it needs from that
* diag should print to stderr, so it's visible (note is for stdout)Jesse Luehrs2013-02-231-50/+98
|
* stop threading outputstreams through everythingJesse Luehrs2013-02-231-57/+74
| | | | | it's not really necessary, since we can already capture output if necessary externally
* convert the test suite to use TestMoreJesse Luehrs2013-02-231-37/+46
| | | | | still has issues (the tests run in parallel, which messes up the test output, and the outputstream parameter is required), but it's a start
* remove unnecessary importsJesse Luehrs2013-02-231-2/+0
|
* move more things aroundJesse Luehrs2013-02-211-0/+169