Web UI integration tests: PEP8 fixes

Tests modified to comply with PEP8 rules with exception of rule E501 (long lines).
Done by autopep8 tool and 2 manual modifications.

https://fedorahosted.org/freeipa/ticket/3744
This commit is contained in:
Petr Vobornik
2013-07-24 13:24:02 +02:00
parent 8a3d8aeca3
commit 6ec5e5fec6
29 changed files with 176 additions and 186 deletions

View File

@@ -25,6 +25,7 @@ from ipatests.test_webui.ui_driver import UI_driver
ENTITY = 'realmdomains'
class test_realmdomains(UI_driver):
def test_read(self):
@@ -45,4 +46,4 @@ class test_realmdomains(UI_driver):
self.facet_button_click('update')
self.dialog_button_click('force')
self.wait_for_request()
self.wait_for_request()
self.wait_for_request()