[ANN] miniunit 1.1.0 Released

R

Ryan Davis

miniunit version 1.1.0 has been released!

* <http://rubyforge.org/projects/bfts>

miniunit is a completely minimial drop-in replacement for ruby's
test/unit. This is meant to be clean and easy to use both as a regular
test writer and for language implementors that need a minimal set of
methods to bootstrap a working unit test suite.

Changes:

## 1.1.0 / 2007-11-08

* 4 major enhancements:
* Finished writing all missing assertions.
* Output matches original test/unit.
* Documented every method needed by language implementor.
* Fully switched over to self-testing setup.
* 2 minor enhancements:
* Added deny (assert ! test), our favorite extension to test/unit.
* Added .autotest and fairly complete unit tests. (thanks Chad for
help here)

* <http://rubyforge.org/projects/bfts>
 
R

Ryan Davis

Very nice Ryan! Are there any examples to share with us?

Examples of what?

It is a drop in replacement for test/unit, so I guess any existing
test suites out there are examples.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top