From d3c7562b4b1157ba99ac6f307df77ea88dce37d0 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sun, 30 Nov 2008 11:06:09 +0100 Subject: Update README --- README | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/README b/README index a8050e4..0f6e8b0 100644 --- a/README +++ b/README @@ -104,6 +104,25 @@ It also supports TAP: (taptap is available from http://chneukirchen.org/repos/taptap/) +As of Bacon 1.1, it also supports Knock: + + $ bacon -k whirlwind.rb + ok - should be empty + ok - should have zero size + ok - should raise on trying fetch any index + ok - should have an object identity + ok - should be a palindrome + not ok - should have super powers: FAILED + # Bacon::Error: no super powers found + # ./whirlwind.rb:39: A new array - should have super powers + # ./whirlwind.rb:38 + # ./whirlwind.rb:3 + + $ bacon -k whirlwind.rb | kn-sum + 6 tests, 1 failed (83.3333% succeeded) + +(knock is available from http://github.com/chneukirchen/knock/) + == Implemented assertions @@ -176,7 +195,9 @@ contexts. -s, --specdox do AgileDox-like output (default) -q, --quiet do Test::Unit-like non-verbose output -p, --tap do TAP (Test Anything Protocol) output + -k, --knock do Knock output -o, --output FORMAT do FORMAT (SpecDox/TestUnit/Tap) output + -Q, --no-backtrace don't print backtraces -a, --automatic gather tests from ./test/, include ./lib/ -n, --name NAME runs tests matching regexp NAME -t, --testcase TESTCASE runs tests in TestCases matching regexp TESTCASE @@ -217,7 +238,8 @@ It can be found at http://opensource.thinkrelevance.com/wiki/spec_converter. * Michael Fellinger, for fixing Bacon for 1.9 and various improvements. * Gabriele Renzi, for implementing Context#should. -* James Tucker, for the autotest support +* James Tucker, for the autotest support. +* Yossef Mendelssohn, for nested contexts. * everyone contributing bug fixes. @@ -233,9 +255,11 @@ It can be found at http://opensource.thinkrelevance.com/wiki/spec_converter. * Autotest support. * Bug fixes. -* XXX, 2008: Third public release 1.1. +* November 30th, 2008: Third public release 1.1. + * Nested before/after. * Add -Q/--no-backtraces to not show details about failed specifications. - * Nested before/after + * Add Knock output. + * Bug fixes. == Contact -- cgit 1.4.1