[#1816] Ruby 1.5.3 under Tru64 (Alpha)? — Clemens Hintze <clemens.hintze@...>

Hi all,

17 messages 2000/03/14

[#1989] English Ruby/Gtk Tutorial? — schneik@...

18 messages 2000/03/17

[#2241] setter() for local variables — ts <decoux@...>

18 messages 2000/03/29

[ruby-talk:02015] Re: Extension and other testing

From: Masaki Suketa<CQN02273@...>
Date: 2000-03-19 01:01:56 UTC
List: ruby-talk #2015
Hi,

In message "[ruby-talk:02005] Extension and other testing"
    on 00/03/18, Andrew Hunt <Andy@Toolshed.Com> writes:

> Does Ruby have any sort of standard for testing extension modules
> (or even pure-Ruby code that is packaged separately?)

Not packaged, but there is testsupp.rb for testing.
Ruby has sample/test.rb for testing Ruby itself, and testsupp.rb by
C.Hintze is derived from test.rb.

> I see that someone has been working on porting the xUnit test suite to 
> Ruby, perhaps we could do something with that?  

+ RubyUnit has no test code for the RubyUnit itself, and it has not been
  enough tested yet. Bug reports and any comments are welcome.
+ I am planning to rewrite sample/test.rb using RubyUnit in order to
  test RubyUnit(not Ruby), but have done nothing.
+ RubyUnit has no enough document, especially English document.
  (Because I am not good at English.)

 Thank you.

 Masaki Suketa <CQN02273@nifty.ne.jp>
  

In This Thread