6ec5e5f Web UI integration tests: PEP8 fixes

Authored and Committed by pvoborni 10 years ago
29 files changed. 176 lines added. 186 lines removed.
ipatests/test_webui/data_group.py
file modified
+11 -11
ipatests/test_webui/data_hbac.py
file modified
+1 -1
ipatests/test_webui/data_hostgroup.py
file modified
+11 -11
ipatests/test_webui/data_netgroup.py
file modified
+1 -1
ipatests/test_webui/data_sudo.py
file modified
+1 -1
ipatests/test_webui/data_user.py
file modified
+5 -5
ipatests/test_webui/test_automember.py
file modified
+11 -22
ipatests/test_webui/test_automount.py
file modified
+17 -16
ipatests/test_webui/test_cert.py
file modified
+1 -1
ipatests/test_webui/test_config.py
file modified
+5 -4
ipatests/test_webui/test_delegation.py
file modified
+1 -1
ipatests/test_webui/test_dns.py
file modified
+4 -4
ipatests/test_webui/test_group.py
file modified
+1 -2
ipatests/test_webui/test_hbac.py
file modified
+18 -18
ipatests/test_webui/test_host.py
file modified
+6 -5
ipatests/test_webui/test_hostgroup.py
file modified
+2 -2
ipatests/test_webui/test_krbtpolicy.py
file modified
+5 -4
ipatests/test_webui/test_navigation.py
file modified
+4 -4
ipatests/test_webui/test_netgroup.py
file modified
+4 -4
ipatests/test_webui/test_pwpolicy.py
file modified
+9 -8
ipatests/test_webui/test_range.py
file modified
+1 -0
ipatests/test_webui/test_rbac.py
file modified
+10 -9
ipatests/test_webui/test_realmdomains.py
file modified
+2 -1
ipatests/test_webui/test_selfservice.py
file modified
+1 -1
ipatests/test_webui/test_selinuxusermap.py
file modified
+9 -8
ipatests/test_webui/test_service.py
file modified
+3 -2
ipatests/test_webui/test_sudo.py
file modified
+12 -11
ipatests/test_webui/test_user.py
file modified
+4 -4
ipatests/test_webui/ui_driver.py
file modified
+16 -25
    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