From 6ec5e5fec6bb2b1d8b556779a1309ed1295508b7 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 24 Jul 2013 13:24:02 +0200 Subject: 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 --- ipatests/test_webui/test_realmdomains.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ipatests/test_webui/test_realmdomains.py') diff --git a/ipatests/test_webui/test_realmdomains.py b/ipatests/test_webui/test_realmdomains.py index 7173e13b..7836f689 100644 --- a/ipatests/test_webui/test_realmdomains.py +++ b/ipatests/test_webui/test_realmdomains.py @@ -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() \ No newline at end of file + self.wait_for_request() -- cgit