MiniTest & Test::Unit::TestResult in Ruby 1.9.1
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
James Mead <jamesmea... @gmail.com>
Date: Thu, 29 Jan 2009 00:17:10 +0900
Local: Wed, Jan 28 2009 11:17 am
Subject: MiniTest & Test::Unit::TestResult in Ruby 1.9.1
It looks like Test::Unit::TestResult [1] has disappeared in Ruby 1.9.1. Is this correct? In fact, it looks like requiring 'test/unit' now just gets you a thin wrapper around MiniTest. Is this correct?
In Mocha's acceptance tests we currently use Test::Unit to run tests within tests [2] and Test::Result gives us access to the errors and failures that occurred within the inner test. This gives us clean looking tests like ParameterMatcherTest [3]. -- James. http://blog.floehopper.org
[1] http://is.gd/hwZb [2] http://is.gd/hwYM [3] http://is.gd/hx14
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
James Gray <ja... @grayproductions.net>
Date: Thu, 29 Jan 2009 00:38:53 +0900
Local: Wed, Jan 28 2009 11:38 am
Subject: Re: MiniTest & Test::Unit::TestResult in Ruby 1.9.1
On Jan 28, 2009, at 9:17 AM, James Mead wrote:
> It looks like Test::Unit::TestResult [1] has disappeared in Ruby
> 1.9.1. Is
> this correct?
> In fact, it looks like requiring 'test/unit' now just gets you a thin > wrapper around MiniTest. Is this correct?
This is correct. Test::Unit has been retired. James Edward Gray II
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Trans <transf... @gmail.com>
Date: Thu, 29 Jan 2009 04:54:59 +0900
Local: Wed, Jan 28 2009 3:54 pm
Subject: Re: MiniTest & Test::Unit::TestResult in Ruby 1.9.1
On Jan 28, 10:38 am, James Gray <ja... @grayproductions.net> wrote:
> On Jan 28, 2009, at 9:17 AM, James Mead wrote:
> > It looks like Test::Unit::TestResult [1] has disappeared in Ruby > > 1.9.1. Is > > this correct?
> > In fact, it looks like requiring 'test/unit' now just gets you a thin > > wrapper around MiniTest. Is this correct?
> This is correct. Test::Unit has been retired.
Retired? I beleive it is still an active project, only it is now a separate install. T.
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
James Gray <ja... @grayproductions.net>
Date: Thu, 29 Jan 2009 04:57:44 +0900
Local: Wed, Jan 28 2009 3:57 pm
Subject: Re: MiniTest & Test::Unit::TestResult in Ruby 1.9.1
On Jan 28, 2009, at 1:54 PM, Trans wrote:
> On Jan 28, 10:38 am, James Gray <ja
... @grayproductions.net> wrote:
>> On Jan 28, 2009, at 9:17 AM, James Mead wrote:
>>> It looks like Test::Unit::TestResult [1] has disappeared in Ruby >>> 1.9.1. Is >>> this correct?
>>> In fact, it looks like requiring 'test/unit' now just gets you a >>> thin >>> wrapper around MiniTest. Is this correct?
>> This is correct. Test::Unit has been retired.
> Retired? I beleive it is still an active project, only it is now a > separate install.
Yeah, my bad. I should have said it has been retired as a standard library. James Edward Gray II
You must
Sign in before you can post messages.
You do not have the permission required to post.