MiniTest / Test::Unit

J

James Mead

[Note: parts of this message were removed to make it a legal post.]

I'm struggling to understand the combinations in which MiniTest and
Test::Unit can be used. This is my understanding so far...

Test::Unit

Available as a standard library ('test/unit') in Ruby versions before 1.9.1.
Available as a standard library in Ruby version 1.9.1, but only as a thin
wrapper around MiniTest. Some Test::Unit API no longer available.

MiniTest

Available as a gem ('minitest') in Ruby versions before 1.9.0
Available as a standard library ('mini/test') in Ruby version 1.9.0
Available as a standard library ('minitest') in Ruby version 1.9.1

Is that all correct?

Also when is the minitest_tu_shim gem intended to be used?

Thanks.
 
G

Gregory Brown

I'm struggling to understand the combinations in which MiniTest and
Test::Unit can be used. This is my understanding so far...

Test::Unit

Available as a standard library ('test/unit') in Ruby versions before 1.9.1.
Available as a standard library in Ruby version 1.9.1, but only as a thin
wrapper around MiniTest. Some Test::Unit API no longer available.

You can also gem install test-unit -v 1.2.3 on 1.9.1 to get back the
full blow 'old school' Test::Unit

-greg
 
J

James Mead

[Note: parts of this message were removed to make it a legal post.]

2009/1/28 Gregory Brown said:
You can also gem install test-unit -v 1.2.3 on 1.9.1 to get back the
full blow 'old school' Test::Unit

Thanks - that's really helpful.
 

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

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,278
Latest member
BuzzDefenderpro

Latest Threads

Top