]> git.ipfire.org Git - thirdparty/samba.git/commit
tests python krb5: PEP8 cleanups
authorGary Lockyer <gary@catalyst.net.nz>
Thu, 10 Dec 2020 22:55:01 +0000 (11:55 +1300)
committerGary Lockyer <gary@samba.org>
Mon, 21 Dec 2020 21:29:28 +0000 (21:29 +0000)
commitc00d537526ca881c540ff66e703ad9c96dd1face
tree67ff35567a1303560bab1c20b29960ba0c2cb61c
parent03676a4a5c55ab5f4958a86cbd4d7be0f0a8a294
tests python krb5: PEP8 cleanups

Fix all the PEP8 warnings in samba/tests/krb5. With the exception of
rfc4120_pyasn1.py, which is generated from rfc4120.asn1.

As these tests are new, it makes sense to ensure that they conform to
PEP8. And set an aspirational goal for the rest of our python code.

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Gary Lockyer <gary@samba.org>
Autobuild-Date(master): Mon Dec 21 21:29:28 UTC 2020 on sn-devel-184
python/samba/tests/krb5/as_canonicalization_tests.py
python/samba/tests/krb5/compatability_tests.py
python/samba/tests/krb5/kcrypto.py
python/samba/tests/krb5/kdc_base_test.py
python/samba/tests/krb5/kdc_tests.py
python/samba/tests/krb5/raw_testcase.py
python/samba/tests/krb5/rfc4120_constants.py
python/samba/tests/krb5/s4u_tests.py
python/samba/tests/krb5/simple_tests.py
python/samba/tests/krb5/xrealm_tests.py