Changeset 90
- Timestamp:
- Thu Aug 24 18:54:38 2006
- Files:
-
- trunk/nose/core.py (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/nose/core.py
r87 r90 115 115 directories and packages found in its working directory (which 116 116 defaults to the current working directory). Any python source file, 117 directory or package that matches the testMatch regula texpression117 directory or package that matches the testMatch regular expression 117 117 (by default: (?:^|[\\b_\\.-])[Tt]est) will be collected as a test (or 118 118 source for collection of tests). In addition, all other packages
