Changeset 50

Show
Ignore:
Timestamp:
06/08/06 17:19:41 (4 years ago)
Author:
mk
Message:

Call both unittest and doctest from nose.

Files:

Legend:

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

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