aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/scala/org/perl8/test/harness
Commit message (Collapse)AuthorAgeFilesLines
* more documentationJesse Luehrs2013-03-016-3/+54
|
* move more things aroundJesse Luehrs2013-03-012-3/+2
|
* don't need these anymoreJesse Luehrs2013-02-281-2/+0
|
* clean up a bit moreJesse Luehrs2013-02-282-2/+2
|
* factor some stuff out of SummaryReporterJesse Luehrs2013-02-282-43/+51
|
* more cleanupJesse Luehrs2013-02-281-16/+16
|
* refactor the harness application a bitJesse Luehrs2013-02-281-18/+50
|
* try to name this a bit betterJesse Luehrs2013-02-272-2/+2
|
* add a leading newline to diags when running under a non-raw reporterJesse Luehrs2013-02-271-1/+1
| | | | | makes things easier to read this way, when diags are printed to stderr interspersed with test summary information
* use the new stream parsing stuff in the summary reporterJesse Luehrs2013-02-271-16/+66
|
* short summary goes after long summaryJesse Luehrs2013-02-271-1/+1
|
* split out the tap stream parser from the individual line parsersJesse Luehrs2013-02-261-2/+2
|
* styleJesse Luehrs2013-02-251-1/+1
|
* switch back to (a simpler form of) tests reporting their exit codeJesse Luehrs2013-02-251-15/+2
|
* a bit more cleanupJesse Luehrs2013-02-231-1/+1
|
* clean up importsJesse Luehrs2013-02-234-8/+5
|
* tests shouldn't produce anything other than tapJesse Luehrs2013-02-232-20/+34
| | | | the harness can parse the tap to figure out whatever it needs from that
* stop threading outputstreams through everythingJesse Luehrs2013-02-232-6/+6
| | | | | it's not really necessary, since we can already capture output if necessary externally
* make this pass the outputstream for nowJesse Luehrs2013-02-231-1/+3
| | | | will clean this up later
* oops, this was brokenJesse Luehrs2013-02-231-2/+2
|
* 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
| | | | needs a *lot* of work, but the basic idea is there
* start fleshing out the harnessJesse Luehrs2013-02-215-4/+59
|
* move more things aroundJesse Luehrs2013-02-211-0/+13