Changeset 91 for branches/mk/support/master.cfg
- Timestamp:
- 07/19/06 13:19:32 (7 years ago)
- Files:
-
- branches/mk/support/master.cfg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/mk/support/master.cfg
r62 r91 93 93 descriptionDone = [name] 94 94 95 unit_tests = s(StepUnitTest, command="nosetests -- with-doctest --doctest-tests --with-coverage --verbose --include unit")95 unit_tests = s(StepUnitTest, command="nosetests --exe --with-doctest --doctest-tests --with-coverage --verbose --include unit") 96 96 97 97 class StepFunctionalTest(step.ShellCommand):
