Ignore:
Timestamp:
Apr 2, 2012 1:04:35 PM (12 years ago)
Author:
potar
Message:

Fixing pep8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.plonetabs/branches/tests/quintagroup/plonetabs/tests/selenium/zopeconfig.py

    r818 r3402  
    1414# for your own programs, or otherwise you will need to change 
    1515# it later. The test suite creation interface will change in 
    16 # the next kss.demo versions. The plugin class (PloneDemos)  
    17 # will change in the next major KSS (and possibly Plone) version.  
     16# the next kss.demo versions. The plugin class (PloneDemos) 
     17# will change in the next major KSS (and possibly Plone) version. 
    1818# This configuration file will be kept up-to-date to these changes. 
    1919# 
     
    2626    teardown = KSSSeleniumTestCase('uninstall-tabs.html') 
    2727 
     28 
    2829class PloneTabsSeleniumKssTests(object): 
    2930    implements(IResource) 
     
    3334    selenium_tests = ( 
    3435        KSSSeleniumTestSuite( 
    35             tests = KSSSeleniumTestDirectory('selenium_tests/run_as_testmanager'), 
    36             layer = PortalTabsLayer, 
    37             component = 'quintagroup.plonetabs', 
    38             application = 'quintagroup.plonetabs', 
     36            tests=KSSSeleniumTestDirectory('selenium_tests/' +\ 
     37                                           'run_as_testmanager'), 
     38            layer=PortalTabsLayer, 
     39            component='quintagroup.plonetabs', 
     40            application='quintagroup.plonetabs', 
    3941        ), 
    4042    ) 
Note: See TracChangeset for help on using the changeset viewer.