summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2008-11-30 11:06:09 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2008-11-30 11:06:09 +0100
commitd3c7562b4b1157ba99ac6f307df77ea88dce37d0 (patch)
tree91e9459a7c8b1531a6a424b32b0df8b4d15fb8c9
parentb473f201b54ebbe5c8cd1a59ee8571d74bf2a7ed (diff)
downloadbacon-d3c7562b4b1157ba99ac6f307df77ea88dce37d0.tar.gz
bacon-d3c7562b4b1157ba99ac6f307df77ea88dce37d0.tar.xz
bacon-d3c7562b4b1157ba99ac6f307df77ea88dce37d0.zip
Update README
-rw-r--r--README30
1 files 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