Changes between Version 9 and Version 10 of NuWa_Slave
- Timestamp:
- 09/02/10 17:35:39 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NuWa_Slave
v9 v10 416 416 417 417 418 419 420 421 422 423 424 425 426 427 428 429 418 === why are my added tests not running ? === 419 420 As a precaution nosetests does not run tests from executable modules unless you do : {{{nosetests --exe}}} 421 OR explicitly specify the path {{{nosetests tests/test_mdc10bfadc.py}}}. Thus you can use {{{chmod ugo-x}}} or {{{chmod ugo+x}}} 422 as a simple way to swap in/out modules of tests from the standard package tests. 423 424 425 426 427 428 429 430 431