aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/scala/org/perl8/test/TestMore.scala
Commit message (Collapse)AuthorAgeFilesLines
* move the directory structure tooJesse Luehrs2013-03-061-519/+0
|
* renameJesse Luehrs2013-03-051-5/+5
|
* docs for TestMoreJesse Luehrs2013-03-051-6/+280
|
* add a note method to TestMoreJesse Luehrs2013-03-051-0/+4
|
* this should be protectedJesse Luehrs2013-03-051-1/+1
|
* remove the ability to skip and bail out with no reasonJesse Luehrs2013-03-041-10/+0
|
* just call this method todoJesse Luehrs2013-03-041-4/+4
|
* SkipAll shouldn't run tests at all, and should be a successJesse Luehrs2013-03-011-1/+4
|
* hide failure explanations from summary reportersJesse Luehrs2013-02-281-1/+7
|
* eliminate MessageJesse Luehrs2013-02-281-84/+133
|
* stop using Option[Plan]Jesse Luehrs2013-02-281-8/+2
|
* make some more things privateJesse Luehrs2013-02-281-6/+2
|
* try to name this a bit betterJesse Luehrs2013-02-271-5/+5
|
* add a leading newline to diags when running under a non-raw reporterJesse Luehrs2013-02-271-24/+50
| | | | | makes things easier to read this way, when diags are printed to stderr interspersed with test summary information
* this name parameter was never usedJesse Luehrs2013-02-271-6/+2
|
* make the test method hiding stuff a bit less fragile. hopefully.Jesse Luehrs2013-02-251-23/+36
|
* styleJesse Luehrs2013-02-251-1/+1
|
* switch back to (a simpler form of) tests reporting their exit codeJesse Luehrs2013-02-251-1/+2
|
* a bit more cleanupJesse Luehrs2013-02-231-2/+2
|
* clean up importsJesse Luehrs2013-02-231-1/+0
|
* tests shouldn't produce anything other than tapJesse Luehrs2013-02-231-11/+1
| | | | the harness can parse the tap to figure out whatever it needs from that
* allow extensions to get the correct stack traceJesse Luehrs2013-02-231-3/+24
| | | | better implementation ideas here would be nice
* stop threading outputstreams through everythingJesse Luehrs2013-02-231-13/+5
| | | | | it's not really necessary, since we can already capture output if necessary externally
* move more things aroundJesse Luehrs2013-02-211-0/+1
|
* cleanupsJesse Luehrs2013-02-201-5/+4
|
* todo tests should note that in the failure diag tooJesse Luehrs2013-02-201-1/+4
|
* handle empty test bodiesJesse Luehrs2013-02-201-1/+6
|
* more useful exit codeJesse Luehrs2013-02-201-1/+9
|
* subtestsJesse Luehrs2013-02-201-0/+25
|
* skipJesse Luehrs2013-02-201-0/+6
|
* todoJesse Luehrs2013-02-201-1/+14
|
* BAIL_OUTJesse Luehrs2013-02-201-0/+4
|
* pass and failJesse Luehrs2013-02-201-0/+6
|
* like and unlikeJesse Luehrs2013-02-201-0/+19
|
* diagJesse Luehrs2013-02-201-0/+4
|
* isntJesse Luehrs2013-02-201-0/+9
|
* implement is()Jesse Luehrs2013-02-201-0/+9
|
* actually, stop fiddling with levelsJesse Luehrs2013-02-201-8/+17
|
* use the right stack levelJesse Luehrs2013-02-201-1/+1
|
* format failure message properlyJesse Luehrs2013-02-201-4/+7
|
* more renaming and suchJesse Luehrs2013-02-201-4/+3
|
* basic sketch of Test::Harness and Test::MoreJesse Luehrs2013-02-201-0/+43