Changeset 51

Show
Ignore:
Timestamp:
06/08/06 17:57:01 (7 years ago)
Author:
mk
Message:

Run nosetests with --verbose option.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/mk/support/master.cfg

    r50 r51  
    9393    descriptionDone = [name] 
    9494 
    95 unit_tests = s(StepTest, command="nosetests --with-doctest --doctest-tests --with-coverage") 
     95unit_tests = s(StepTest, command="nosetests --with-doctest --doctest-tests --with-coverage --verbose") 
    9696 
    9797class EpyDocBuild(step.ShellCommand):