On 9/3/07, Kjetil Kjernsmo <[EMAIL PROTECTED]> wrote: > We have a bunch of heavy tests, like performance tests, some functional tests > and stuff, they can run for hours, so it is not something you launch > light-hearted. Usually, most of these tests would only be run prior to a > deployment to production, and only against a test environment quite like the > production environment.
One way is to put the tests in a separate module, and use profiles to control when they get executed. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
