aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/scala/org/perl8/test/sbt
Commit message (Collapse)AuthorAgeFilesLines
* renameJesse Luehrs2013-03-055-12/+12
|
* some cleanupsJesse Luehrs2013-03-012-4/+2
|
* more documentationJesse Luehrs2013-03-015-0/+17
|
* have the sbt reporter check the exit code tooJesse Luehrs2013-02-281-5/+29
|
* don't need these anymoreJesse Luehrs2013-02-281-1/+0
|
* clean up a bit moreJesse Luehrs2013-02-281-1/+1
|
* convert the sbt reporter to use streamingJesse Luehrs2013-02-281-26/+39
|
* use SummarizedTests in SBTReporterJesse Luehrs2013-02-281-10/+3
|
* nicer sbt test outputJesse Luehrs2013-02-281-2/+2
|
* more cleanupsJesse Luehrs2013-02-281-3/+3
|
* clean upsJesse Luehrs2013-02-284-19/+23
|
* try to name this a bit betterJesse Luehrs2013-02-271-1/+1
|
* split out the tap stream parser from the individual line parsersJesse Luehrs2013-02-261-1/+1
|
* a bit more cleanupJesse Luehrs2013-02-231-1/+1
|
* clean up importsJesse Luehrs2013-02-231-1/+0
|
* tests shouldn't produce anything other than tapJesse Luehrs2013-02-231-5/+5
| | | | the harness can parse the tap to figure out whatever it needs from that
* don't need theseJesse Luehrs2013-02-231-2/+0
|
* clean up the test runnerJesse Luehrs2013-02-232-26/+75
|
* stop threading outputstreams through everythingJesse Luehrs2013-02-231-1/+0
| | | | | it's not really necessary, since we can already capture output if necessary externally
* integrate with sbtJesse Luehrs2013-02-233-0/+64