aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/scala/org/perl8/test/TestMoreTest.scala
Commit message (Collapse)AuthorAgeFilesLines
* move the directory structure tooJesse Luehrs2013-03-061-147/+0
|
* renameJesse Luehrs2013-03-051-2/+2
|
* eliminate MessageJesse Luehrs2013-02-281-3/+3
|
* try to name this a bit betterJesse Luehrs2013-02-271-1/+1
|
* couple more testsJesse Luehrs2013-02-271-1/+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
* split out the tap stream parser from the individual line parsersJesse Luehrs2013-02-261-2/+2
|
* don't need this anymore since it was moved inside the classJesse Luehrs2013-02-231-8/+5
|
* make tap line numbers more stable in these testsJesse Luehrs2013-02-231-13/+16
|
* tests shouldn't produce anything other than tapJesse Luehrs2013-02-231-15/+17
| | | | 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-1/+3
|
* stop threading outputstreams through everythingJesse Luehrs2013-02-231-4/+8
| | | | | it's not really necessary, since we can already capture output if necessary externally
* convert the test suite to use TestMoreJesse Luehrs2013-02-231-83/+79
| | | | | 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
* integrate with sbtJesse Luehrs2013-02-231-57/+57
|
* move more things aroundJesse Luehrs2013-02-211-0/+142