Ignore:
Timestamp:
Apr 20, 2011 8:20:36 AM (13 years ago)
Author:
zidane
Message:

fixes pep8

File:
1 edited

Legend:

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

    r3002 r3152  
    44from base import * 
    55from Products.CMFPlone.utils import _createObjectByType 
     6 
    67 
    78class DocTestCase(FunctionalTestCase): 
     
    1516        doc.edit(text_format='plain', text=text) 
    1617        self.workflow.doActionFor(doc, 'publish') 
    17         #return doc         
     18        #return doc 
     19 
    1820 
    1921def test_suite(): 
     
    2426            'filters.txt', package='quintagroup.plonegooglesitemaps', 
    2527            test_class=DocTestCase, globs=globals(), 
    26             optionflags= doctest.NORMALIZE_WHITESPACE | doctest.ELLIPSIS), 
     28            optionflags=doctest.NORMALIZE_WHITESPACE | doctest.ELLIPSIS), 
    2729                       # | doctest.REPORT_ONLY_FIRST_FAILURE | 
    2830        ]) 
Note: See TracChangeset for help on using the changeset viewer.