From: Daniel Berger Date: 2006-11-15T02:45:05+09:00 Subject: Re: bfts 1.0.0 Released Ryan Davis wrote: > On Nov 1, 2006, at 9:15 AM, Daniel Berger wrote: > > > Feel free to grab whatever you want from ruby_test (in SCM as part of > > the 'shards' project): > > > > http://rubyforge.org/projects/shards/ > > If I do, and you are happy with the merger, will you delete yours? Sorry for the late reply... I'm afraid I'm unwilling to budge on the "one method, one file" organization for the tests, at least for core Ruby. I'm also not sure what your feelings are regarding benchmarks, which I use as a form of high iteration testing as well as a way to check for pathological slowdowns. I think you'll find that sticking all class and instance methods for a given class in one file will become unmanageable over time, especially when you consider platform specific tests, $SAFE tests, etc. IMHO, separating the methods makes the tests easier to manage and will make it easier for other people to contribute test cases. Regards, Dan