On Sep 27, 2008, at 00:39 , Yugui (Yuki Sonoda) wrote: > == miniunit > Ryan did a great job. I read miniunit and it was clean and had good > readability. > > But miniunit has little problems. > * Error messages should have more information. [ruby-core:18929]. >> - assert_kind_of and assert_instance_of do not tell a class of an >> actual object. done >> - assert_respond_to does not tell a class of an actual object. done >> - assert_same does not tell object_id. done >> - assert_send does not tell arguments. fixed already, just not imported. > * Some of existing tests fail because of incompatibility. > [ruby-core:18928]. >> assert_raise does not output stack trace when different exception >> from expected one is raised. lame bug. the code was there, it just wasn't going anywhere. :) >> assert_send does not work at all. also a lame bug. muscle memory ftl. :( > * Where are tests for miniunit? It should be imported into > $(srcdir)/test/mini/*. they're in my repository... I can add them to my core update script. > * When will the gem version of test/unit be available? > It means, when can we run programs based on the old test/unit by > Ruby > 1.9.0-5? it was released months ago, so you should be able to already.