Test::Unit verbose mode

P

Phlip

Rubies:

The switch from RUnit to Test::Unit seems to have left this line behind:

Test::Unit::UI::Console::TestRunner::quiet_mode = false

How do I turn on a noisy test mode?
 
S

Stephan Kämper

Hi,
The switch from RUnit to Test::Unit seems to have left this line behind:

Test::Unit::UI::Console::TestRunner::quiet_mode = false

Hmmm, there's nothing like that to be found in my Ruby installation
(ruby 1.8.2 (2004-07-29) [i386-mswin32]).
What version(s) are you using. And where's that line from?
How do I turn on a noisy test mode?

You might liek to run the tests with a command line argument ('-v',
'--verbose=[LEVEL]).
There's something about test verbosity here (in module Test::Unit):

http://www.ruby-doc.org/stdlib/libdoc/test/unit/rdoc/index.html


HTH

Happy rubying

Stephan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top