freeipa/ipatests/test_ipapython
Martin Basti 8416d5772d py3: Remove comparison >=2 of debnug log level
We have only one debug log level and it causes issues with py3.
...
  File "/usr/lib/python3.5/site-packages/ipaserver/rpcserver.py", line 490, in marshal
    response, version, pretty_print=self.api.env.debug >= 2
TypeError: unorderable types: str() >= int()

https://pagure.io/freeipa/issue/4985

Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
2017-06-28 16:26:50 +02:00
..
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_cookie.py Remove unused variables in tests 2016-09-27 13:35:58 +02:00
test_dn.py Fix Python 3 pylint errors 2017-03-15 19:11:32 +01:00
test_ipautil.py CheckedIPAddress: remove match_local param 2017-06-20 11:29:41 +02:00
test_ipavalidate.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_kerberos.py Enhance __repr__ method of Principal 2016-11-30 09:40:43 +01:00
test_keyring.py Remove unused variables in tests 2016-09-27 13:35:58 +02:00
test_session_storage.py py3: Remove comparison >=2 of debnug log level 2017-06-28 16:26:50 +02:00
test_ssh.py Reimplement yield tests are parametrized tests 2017-05-30 12:28:51 +02:00