aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* start working on docsJesse Luehrs2013-02-231-0/+5
|
* allow extensions to get the correct stack traceJesse Luehrs2013-02-232-3/+79
| | | | better implementation ideas here would be nice
* 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-233-61/+120
|
* clean up the test runnerJesse Luehrs2013-02-232-26/+75
|
* stop threading outputstreams through everythingJesse Luehrs2013-02-238-99/+102
| | | | | 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
|
* convert the test suite to use TestMoreJesse Luehrs2013-02-234-300/+175
| | | | | 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
* remove unnecessary importsJesse Luehrs2013-02-231-2/+0
|
* integrate with sbtJesse Luehrs2013-02-236-57/+263
|
* 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
* tap parserJesse Luehrs2013-02-222-0/+265
|
* start fleshing out the harnessJesse Luehrs2013-02-215-4/+59
|
* move more things aroundJesse Luehrs2013-02-216-32/+35
|
* handle mismatches plansJesse Luehrs2013-02-201-3/+20
|
* cleanupsJesse Luehrs2013-02-201-5/+4
|
* oopsJesse Luehrs2013-02-201-1/+1
|
* missed oneJesse Luehrs2013-02-201-4/+1
|
* test for the TestMore stuffJesse Luehrs2013-02-201-0/+144
|
* organize the tests tooJesse Luehrs2013-02-201-0/+2
|
* 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-202-1/+12
|
* subtestsJesse Luehrs2013-02-203-35/+25
|
* all lines need to be indented during subtestsJesse Luehrs2013-02-201-5/+7
|
* 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
|
* diag should comment each line in the messageJesse Luehrs2013-02-202-1/+4
|
* more renaming and suchJesse Luehrs2013-02-207-50/+49
|
* basic sketch of Test::Harness and Test::MoreJesse Luehrs2013-02-204-0/+65
|
* also rename the testJesse Luehrs2013-02-201-0/+0
|
* rename!Jesse Luehrs2013-02-205-5/+7
|
* add support for subtestsJesse Luehrs2013-02-202-7/+56
|
* actually, let's not duplicate this eitherJesse Luehrs2013-02-203-44/+39
|
* let's try to simplify thisJesse Luehrs2013-02-205-37/+34
| | | | | | not entirely convinced this is a good idea, but it looks a lot more reasonable than all of the repeating myself i had to do previously. we'll see.
* remove some duplicationJesse Luehrs2013-02-201-11/+8
|
* implement todoJesse Luehrs2013-02-203-5/+38
|
* implement skipJesse Luehrs2013-02-203-0/+40
|