diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2013-07-24 13:24:02 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2013-07-26 13:35:12 +0200 |
commit | 6ec5e5fec6bb2b1d8b556779a1309ed1295508b7 (patch) | |
tree | 126474a34ad61d032cf013c69a7e59da34e0d734 /ipatests/test_webui/test_navigation.py | |
parent | 8a3d8aeca3bec741f8c23652848075c298bea5f1 (diff) | |
download | freeipa.git-6ec5e5fec6bb2b1d8b556779a1309ed1295508b7.tar.gz freeipa.git-6ec5e5fec6bb2b1d8b556779a1309ed1295508b7.tar.xz freeipa.git-6ec5e5fec6bb2b1d8b556779a1309ed1295508b7.zip |
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
Diffstat (limited to 'ipatests/test_webui/test_navigation.py')
-rw-r--r-- | ipatests/test_webui/test_navigation.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ipatests/test_webui/test_navigation.py b/ipatests/test_webui/test_navigation.py index 005cbfee..021495b4 100644 --- a/ipatests/test_webui/test_navigation.py +++ b/ipatests/test_webui/test_navigation.py @@ -60,6 +60,7 @@ ENTITIES = [ # TODO: add conditional ] + class test_navigation(UI_driver): def test_url_navigation(self): @@ -72,9 +73,9 @@ class test_navigation(UI_driver): unsupported = [] if not self.has_dns(): unsupported.extend([ - 'dnszone', - 'dnsconfig', - ]) + 'dnszone', + 'dnsconfig', + ]) if not self.has_ca(): unsupported.append('cert') @@ -139,7 +140,6 @@ class test_navigation(UI_driver): self.navigate_by_menu('ipaserver/trusts/trustconfig', False) self.navigate_by_menu('ipaserver/config', False) - def assert_e_url(self, url, e): """ Assert correct url for entity |