aboutsummaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* make some more things privateJesse Luehrs2013-02-282-14/+13
* try to name this a bit betterJesse Luehrs2013-02-276-18/+22
* add a leading newline to diags when running under a non-raw reporterJesse Luehrs2013-02-275-33/+70
* use the new stream parsing stuff in the summary reporterJesse Luehrs2013-02-271-16/+66
* this name parameter was never usedJesse Luehrs2013-02-272-23/+8
* short summary goes after long summaryJesse Luehrs2013-02-271-1/+1
* use iterators instead of streamsJesse Luehrs2013-02-271-16/+16
* also generate start and end eventsJesse Luehrs2013-02-271-2/+9
* generate plan and result eventsJesse Luehrs2013-02-261-3/+9
* these don't need to be publicJesse Luehrs2013-02-261-2/+2
* use a recursive call rather than a varJesse Luehrs2013-02-261-18/+23
* more cleanupJesse Luehrs2013-02-261-13/+7
* split out the tap stream parser from the individual line parsersJesse Luehrs2013-02-264-299/+283
* make this a lazy val tooJesse Luehrs2013-02-261-1/+1
* more refactoringJesse Luehrs2013-02-261-50/+52
* simplifyJesse Luehrs2013-02-261-94/+53
* make a couple more traits sealedJesse Luehrs2013-02-262-3/+3
* simplifyJesse Luehrs2013-02-261-5/+6
* using streams is cleaner hereJesse Luehrs2013-02-261-37/+36
* rewrite the tap parserJesse Luehrs2013-02-261-77/+313
* make the test method hiding stuff a bit less fragile. hopefully.Jesse Luehrs2013-02-251-23/+36
* make this a bit cleanerJesse Luehrs2013-02-251-1/+1
* styleJesse Luehrs2013-02-254-4/+4
* comment that, because it's a bit non-obviousJesse Luehrs2013-02-251-0/+9
* make sure stdout and stderr are synchronized when possibleJesse Luehrs2013-02-251-1/+7
* switch back to (a simpler form of) tests reporting their exit codeJesse Luehrs2013-02-255-18/+18
* allow running external programs as tap producersJesse Luehrs2013-02-241-0/+41
* a bit more cleanupJesse Luehrs2013-02-234-5/+5
* clean up importsJesse Luehrs2013-02-2311-73/+55
* simplifyJesse Luehrs2013-02-231-3/+2
* clean up plan object creation a bitJesse Luehrs2013-02-233-5/+5
* tests shouldn't produce anything other than tapJesse Luehrs2013-02-238-47/+72
* start working on docsJesse Luehrs2013-02-231-0/+5
* allow extensions to get the correct stack traceJesse Luehrs2013-02-231-3/+24
* don't need theseJesse Luehrs2013-02-231-2/+0
* diag should print to stderr, so it's visible (note is for stdout)Jesse Luehrs2013-02-231-10/+19
* clean up the test runnerJesse Luehrs2013-02-232-26/+75
* stop threading outputstreams through everythingJesse Luehrs2013-02-235-35/+19
* make this pass the outputstream for nowJesse Luehrs2013-02-231-1/+3
* oops, this was brokenJesse Luehrs2013-02-231-2/+2
* integrate with sbtJesse Luehrs2013-02-233-0/+64
* a bunch of refactoring and cleanupJesse Luehrs2013-02-221-27/+78
* give this a bit more spaceJesse Luehrs2013-02-221-1/+1
* hack together a multi-test harnessJesse Luehrs2013-02-225-24/+146
* tap parserJesse Luehrs2013-02-221-0/+142
* start fleshing out the harnessJesse Luehrs2013-02-215-4/+59
* move more things aroundJesse Luehrs2013-02-214-12/+15
* handle mismatches plansJesse Luehrs2013-02-201-3/+20
* cleanupsJesse Luehrs2013-02-201-5/+4
* oopsJesse Luehrs2013-02-201-1/+1