Changeset 90

Show
Ignore:
Timestamp:
Thu Aug 24 18:54:38 2006
Author:
jpellerin
Message:

r3540@Jason-Pellerins-Computer: jhp | 2006-08-24 18:54:25 -0500
Fixed a typo in docs

Files:

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 regulat expression  
      117     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