From: Roger Pack Date: 2008-04-13T08:54:28+09:00 Subject: Re: ANN: DocTest 0.0.1 version code-name: bazooka > Hi-- > > I did something like this for a long time. But instead of a test > framework, I just integrated it with test/unit (or any test suite you > wish to use). The layout was simple: That's a great idea--allow for 'normal' code tests, as well. Then people can do more integrated-y tests. I like it. > words I preferred having just a single approach. However, I do miss it > some times. It was really nice to have the tests right there and be > able to rubnthem so easily when working on code. Yeah I agree that having tests right next to the code is very nice. I also like it because it doesn't seem to interrupt my flow of coding as much. -R -- Posted via http://www.ruby-forum.com/.