Ignore:
Timestamp:
Nov 12, 2010 3:40:41 PM (14 years ago)
Author:
mylan
Message:

#235: updated list of doctest files, remade FunctionalTestCases?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.seoptimizer/trunk/quintagroup/seoptimizer/tests/test_doctest.py

    r2139 r3011  
    99        # Demonstrate the main content types 
    1010        ztc.FunctionalDocFileSuite( 
    11             'browser.txt', package='quintagroup.seoptimizer.tests', 
     11            'seo_migration.txt', package='quintagroup.seoptimizer.tests', 
    1212            test_class=FunctionalTestCaseNotInstalled, globs=globals(), 
     13            optionflags=doctest.REPORT_ONLY_FIRST_FAILURE | 
     14                doctest.NORMALIZE_WHITESPACE | doctest.ELLIPSIS), 
     15 
     16        ztc.FunctionalDocFileSuite( 
     17            'seo_properties.txt', package='quintagroup.seoptimizer.tests', 
     18            test_class=FunctionalTestCase, globs=globals(), 
    1319            optionflags=doctest.REPORT_ONLY_FIRST_FAILURE | 
    1420                doctest.NORMALIZE_WHITESPACE | doctest.ELLIPSIS), 
Note: See TracChangeset for help on using the changeset viewer.