Changeset 1366:702961b91fa5
- Timestamp:
- 02/04/10 03:01:11 (2 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
tests/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/__init__.py
r1279 r1366 84 84 85 85 suites = [DocTestSuite(mod, extraglobs={'app': app})] 86 filename = modname[ 10:] + '.txt'86 filename = modname[5:] + '.txt' 87 87 if filename in test_files: 88 88 globs = {'app': app}
Note: See TracChangeset
for help on using the changeset viewer.