From 8ea0e7373a102091f2f31078b257538427716620 Mon Sep 17 00:00:00 2001 From: "Thomas M. Hermann" Date: Mon, 18 Mar 2013 09:54:42 -0500 Subject: [PATCH] Version 0.9.5 README. --- README.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 3e0f628..6114a2a 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,17 @@ loaded using either [Quicklisp][] or [ASDF][]. 2. Load using [Quicklisp][] : `(ql:quickload :lisp-unit)`. 3. Load using [ASDF][] : `(asdf:load-system :lisp-unit)`. -## Version 0.9.4 Features +## Version 0.9.5 Features -Output for the [Test Anything Protocol][TAP] has been implemented as -an extension by [Ryan Davis][ryepup] of AccelerationNet. Ryan is also -responsible for the signal test completion feature that is used for -the [TAP][] output. +No new features, improved the usability based on user feedback. The +list of tests or tags to the following functions is now optional and +defaults to `:ALL`. + +* `(remove-tests [names] [package])` +* `(tagged-tests [tags] [package])` +* `(remove-tags [tags] [package])` +* `(run-tests [names] [package])` +* `(run-tags [tags] [package])` ## Version 1 Remaining Tasks @@ -63,12 +68,8 @@ the [TAP][] output. [ASDF]: "ASDF" [TAP]: "Test Anything Protocol" -## 0.9.4 Acknowledgments +## 0.9.5 Acknowledgments -* [Ryan Davis][ryepup] for the TAP extension and signaling test completion. -* [Russ Tyndall][bobbysmith007] for cleaning up the use-debugger option. -* [Mark Cox][markcox80] for catching a lisp-unit bug in CCL. +* [Jesse Alama][jessealama] for usability feedback. -[ryepup]: "Ryan Davis" -[bobbysmith007]: "Russ Tyndall" -[markcox80]: "Mark Cox" +[jessealama]: "Jesse Alama" -- 2.11.4.GIT