Zine

open source content publishing system


Changeset 1366:702961b91fa5


Ignore:
Timestamp:
02/04/10 03:01:11 (2 years ago)
Author:
Jonas Fietz <info@…>
Branch:
default
Message:

enable specific tests again (bug through renaming)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/__init__.py

    r1279 r1366  
    8484 
    8585        suites = [DocTestSuite(mod, extraglobs={'app': app})] 
    86         filename = modname[10:] + '.txt' 
     86        filename = modname[5:] + '.txt' 
    8787        if filename in test_files: 
    8888            globs = {'app': app} 
Note: See TracChangeset for help on using the changeset viewer.