Changes between Version 123 and Version 124 of Dev/Tests
- Timestamp:
- 02/15/10 01:02:03 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev/Tests
v123 v124 136 136 137 137 === 1.e. Ignoring tests === 138 If you need to ignore a test for some reason, to be ignored, a test has to raise a SkipTest exception. Here is what to do to ignore a whole module:138 If you need to ignore a test for some reason, to be ignored, a test has to raise a !SkipTest exception. Here is what to do to ignore a whole module: 139 139 {{{ 140 140 #!python
