Commit 9328e966 authored by Rafael Monnerat's avatar Rafael Monnerat

Remove white spaces (pep8)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44266 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 14c81f5b
...@@ -222,8 +222,7 @@ class TestLiveConfiguratorWorkflowMixin(SecurityTestCase): ...@@ -222,8 +222,7 @@ class TestLiveConfiguratorWorkflowMixin(SecurityTestCase):
sequence.edit(next_dict=next_dict) sequence.edit(next_dict=next_dict)
def stepCheckMultiplePersonConfigurationItem(self, sequence=None, sequence_list=None, **kw): def stepCheckMultiplePersonConfigurationItem(self, sequence=None, sequence_list=None, **kw):
""" """Check if multiple Person Configuration Item of the Business
Check if multiple Person Configuration Item of the Business
Configuration have been created successfully. Configuration have been created successfully.
""" """
business_configuration = sequence.get("business_configuration") business_configuration = sequence.get("business_configuration")
...@@ -241,7 +240,6 @@ class TestLiveConfiguratorWorkflowMixin(SecurityTestCase): ...@@ -241,7 +240,6 @@ class TestLiveConfiguratorWorkflowMixin(SecurityTestCase):
person_business_configuration_save = configuration_save person_business_configuration_save = configuration_save
break break
self.assertEquals(int(self.company_employees_number), self.assertEquals(int(self.company_employees_number),
len(person_business_configuration_save.contentValues())) len(person_business_configuration_save.contentValues()))
return person_business_configuration_save return person_business_configuration_save
...@@ -495,7 +493,6 @@ class TestLiveConfiguratorWorkflowMixin(SecurityTestCase): ...@@ -495,7 +493,6 @@ class TestLiveConfiguratorWorkflowMixin(SecurityTestCase):
expected_list = self.standard_bt5_list + bt5_tuple expected_list = self.standard_bt5_list + bt5_tuple
self.assertEquals([i for i in expected_list if i not in bt5_title_list], []) self.assertEquals([i for i in expected_list if i not in bt5_title_list], [])
self.assertFalse(bc_id in bt5_title_list) self.assertFalse(bc_id in bt5_title_list)
bt = business_configuration.getSpecialiseValue(portal_type="Business Template") bt = business_configuration.getSpecialiseValue(portal_type="Business Template")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment