Changeset 3604 in products


Ignore:
Timestamp:
Oct 25, 2012 10:03:15 AM (11 years ago)
Author:
vmaksymiv
Message:

PEP fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.captcha.core/trunk/quintagroup/captcha/core/tests/testConfiglet.py

    r3600 r3604  
    120120        form = re.match(reg_expr, self.view, re.I | re.S) 
    121121        self.assertNotEqual(form, None, 
    122                             "No 'Plone Captchas Setup' form present on the configlet view") 
     122                            "No 'Plone Captchas Setup' form present " 
     123                            "on the configlet view") 
    123124        self.assertNotEqual(self.matchinput('form\.button\.form_submit'), None, 
    124125                            "No submit button on the form") 
    125126        self.assertNotEqual(self.matchinput('static_captchas'), None, 
    126                             "No static/dynamic radio button present on the configlet") 
     127                            "No static/dynamic radio button present on the " 
     128                            "configlet") 
    127129 
    128130    def test_dynamic(self): 
     
    131133        for param in params: 
    132134            self.assertNotEqual(self.matchinput(param), None, 
    133                                 "'%s' form element absence on the configlet form" % param) 
     135                                "'%s' form element absence on the configlet " 
     136                                "form" % param) 
    134137 
    135138 
Note: See TracChangeset for help on using the changeset viewer.