[Tutor] composing one test suite from two test cases

Kent Johnson kent37 at tds.net
Mon Jan 11 15:50:20 CET 2010


On Mon, Jan 11, 2010 at 8:53 AM, Tom Roche <Tom_Roche at pobox.com> wrote:

> Kent Johnson Mon, 11 Jan 2010 06:42:39 -0500

>> However I don't recommend this style of organizing tests. I prefer
>> using nose for test discovery, it saves the work of creating all the
>> aggregating suites.
>
> I've heard of Nose and am planning to try it, but for now I thought
> I'd "do the simplest thing that could possibly work."

That would be nose, IMO, because you don't have to write any code at
all beyond your individual tests.

Kent


More information about the Tutor mailing list