Ignore:
Timestamp:
Aug 15, 2012 10:23:48 AM (12 years ago)
Author:
potar
Message:

fixed pep8

Location:
quintagroup.plonegooglesitemaps/branches/sitemap_date/quintagroup/plonegooglesitemaps/tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonegooglesitemaps/branches/sitemap_date/quintagroup/plonegooglesitemaps/tests/testUpgrade.py

    r3163 r3506  
    4242        # Test registered upgrade profiles 
    4343        pids = [i['id'] for i in self.setup.listProfileInfo()] 
    44         self.assertEqual("quintagroup.plonegooglesitemaps:upgrade_1_0_to_1_1" \ 
     44        self.assertEqual("quintagroup.plonegooglesitemaps:upgrade_1_0_to_1_1" 
    4545                         in pids, True) 
    46         self.assertEqual("quintagroup.plonegooglesitemaps:upgrade_1_1_to_1_2" \ 
     46        self.assertEqual("quintagroup.plonegooglesitemaps:upgrade_1_1_to_1_2" 
    4747                         in pids, True) 
    4848 
  • quintagroup.plonegooglesitemaps/branches/sitemap_date/quintagroup/plonegooglesitemaps/tests/test_doctest.py

    r3163 r3506  
    2828            test_class=DocTestCase, globs=globals(), 
    2929            optionflags=doctest.NORMALIZE_WHITESPACE | doctest.ELLIPSIS), 
    30                        # | doctest.REPORT_ONLY_FIRST_FAILURE | 
    31         ]) 
     30        # | doctest.REPORT_ONLY_FIRST_FAILURE | 
     31    ]) 
    3232 
    3333if __name__ == '__main__': 
Note: See TracChangeset for help on using the changeset viewer.