P
Phlip
I want my tests to run in <5 seconds. Otherwise I get bored, drift off,
start downloading comics, etc.
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)
start downloading comics, etc.
Eric said: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)