aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* forgot to commit thisHEADmasterJesse Luehrs2013-04-131-0/+69
|
* version bumpJesse Luehrs2013-04-042-3/+3
|
* changelogJesse Luehrs2013-04-041-0/+4
|
* avoid generating invalid tap if descriptions have newlines (rafl)Jesse Luehrs2013-04-041-6/+11
|
* fix these type constraints (rafl)Jesse Luehrs2013-04-041-4/+8
|
* changelog0.02Jesse Luehrs2013-03-181-0/+12
|
* fix doc linkJesse Luehrs2013-03-181-1/+1
|
* fix broken backtracking behaviorJesse Luehrs2013-03-182-12/+33
| | | | | | | | | don't even try recursing if the indentation isn't correct for it to potentially be a subtest. this was causing exponential behavior since it would try to parse a plan as a result, fail, then try to parse it as a subtest result, and try to treat it as the start of a plan-first tap stream when that shouldn't be possible at all because the indentation should indicate that it's not a subtest
* fix exceptions hanging the report summarizerJesse Luehrs2013-03-141-10/+20
|
* pass -v as an option to test-only to also display tapJesse Luehrs2013-03-145-6/+34
| | | | | | | | note that you need to run the command line like this: sbt "test-only com.iinteractive.test.TestMoreTest -- -v" fixes gh-3
* add lives_ok/dies_ok/throws_ok/exceptionJesse Luehrs2013-03-142-0/+174
| | | | fixes gh-2
* diag and note should be able to stringify anythingJesse Luehrs2013-03-144-13/+23
| | | | fixes gh-1
* version bumpJesse Luehrs2013-03-141-1/+1
|
* READMEJesse Luehrs2013-03-121-0/+22
|
* missed a couple configuration options0.01Jesse Luehrs2013-03-071-0/+4
|
* add deployment informationJesse Luehrs2013-03-061-0/+30
|
* move the directory structure tooJesse Luehrs2013-03-0629-0/+0
|
* one more docJesse Luehrs2013-03-051-0/+4
|
* name this test-more, not test-builderJesse Luehrs2013-03-051-1/+1
|
* renameJesse Luehrs2013-03-0530-108/+114
|
* 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
|
* TestHarness docsJesse Luehrs2013-03-041-2/+43
|
* docs for TestBuilderJesse Luehrs2013-03-041-11/+58
|
* remove the ability to skip and bail out with no reasonJesse Luehrs2013-03-044-40/+3
|
* just call this method todoJesse Luehrs2013-03-043-8/+8
|
* parser docsJesse Luehrs2013-03-041-0/+24
|
* hide the implementation of the parserJesse Luehrs2013-03-041-87/+99
|
* document ExternalTestJesse Luehrs2013-03-041-1/+17
|
* more docsJesse Luehrs2013-03-012-19/+92
|
* some cleanupsJesse Luehrs2013-03-018-19/+11
|
* make this stop warningJesse Luehrs2013-03-011-1/+3
|
* docs for ConsumerJesse Luehrs2013-03-012-3/+78
|
* docs for plan-related stuffJesse Luehrs2013-03-011-0/+40
|
* more documentationJesse Luehrs2013-03-0113-6/+85
|
* move more things aroundJesse Luehrs2013-03-018-58/+65
|
* SkipAll shouldn't run tests at all, and should be a successJesse Luehrs2013-03-013-11/+29
|
* docsJesse Luehrs2013-03-011-1/+12
|
* formattingJesse Luehrs2013-02-281-1/+2
|
* this is no longer usedJesse Luehrs2013-02-281-3/+0
|
* todo++Jesse Luehrs2013-02-281-0/+1
|
* have the sbt reporter check the exit code tooJesse Luehrs2013-02-282-6/+30
|
* get the exit code correct for when no tests are runJesse Luehrs2013-02-282-10/+4
|
* this extra conditional isn't necessaryJesse Luehrs2013-02-281-20/+18
|
* don't need these anymoreJesse Luehrs2013-02-282-3/+0
|
* clean up a bit moreJesse Luehrs2013-02-284-4/+4
|
* hide failure explanations from summary reportersJesse Luehrs2013-02-281-1/+7
|
* convert the sbt reporter to use streamingJesse Luehrs2013-02-281-26/+39
|
* use SummarizedTests in SBTReporterJesse Luehrs2013-02-281-10/+3
|