From: Phlip Date: 2005-04-16T03:34:35+09:00 Subject: profiling thru test/unit I want my tests to run in <5 seconds. Otherwise I get bored, drift off, start downloading comics, etc. Eric Hodel wrote: > Use the -n argument to the testrunner. I can't seem to Google this up. Googling for "-n" is problematic. What Google search terms would work? And what is the presumed relation between my command line (if "-n" is a command line argument) and my explicit test runner? runner = Test::Unit::UI::Console::TestRunner # noise = Test::Unit::UI::NORMAL noise = Test::Unit::UI::VERBOSE got = runner.run(aTestCase, noise) -- Phlip http://industrialxp.org/community/bin/view/Main/TestFirstUserInterfaces