Hi,
In message "[ruby-talk:00634] ANN: testsupp.rb 0.1"
on 99/08/11, Clemens Hintze <c.hintze / gmx.net> writes:
>I have put the files `testsupp.rb' and `testsupp.README' into the
>`incoming' incoming directory of the FTP server right now. But it will
>take its time until matz has moved them into the `contrib' directory.
>Then you will find them there.
`in.coming/' is not readable, but `in.coming/*' is readble.
One can get that if you announce the name of file which you put.
So, I've gotten testsupp.* yet :-)
It is simple but very nice!! :-) :-)
May I requiest some features?
1. test_section such as
def test_section(what = "(No Title)")
check(what)
start_tests
yield
end_tests
end
2. quiet option for all method
3. customizable output format
4. Would you meke methods module_function?
-- gotoken