From: "Luke St.Clair" Date: 2009-03-26T08:26:47+09:00 Subject: Re: Test::Unit - same test, different "args" On Mar 24, 12:39 pm, "Luke St.Clair" wrote: > I think this is what I'm going to go with - I'll have a test case for > each possible param value (there are about 10), and each one will set > a few additional global variables.  Then, each test case will include > the same module, which will call functions with params set by the > global variables. The biggest issue I'm running into right now is not having startup(), or code that runs once per test suite, not once per test case. Is this in test::unit yet?