ldapcherry/tests
kakwa baa3430e63 fix test and exception handling in code
With python 2 it was possible to do exception[0][...] to recover
details about an exception.
It's no longer authorized with python 3.
Now, we must do something like exception.args or exception.urls.
fortunately this syntax also works with python 2.
So we use it for both.
2019-02-09 17:12:39 +01:00
..
cfg fix test configuration 2017-01-24 03:06:48 +01:00
test_env disable ppolicy in samba test deployment 2019-02-09 15:42:48 +01:00
disable.py porting the tests over to python3 2019-02-07 20:55:50 +01:00
html_validator.py remove trailing spaces 2015-07-05 22:48:24 +02:00
test_Attributes.py fix behavior of get_attributes() 2019-02-09 16:22:42 +01:00
test_BackendAD.py porting the tests over to python3 2019-02-07 20:55:50 +01:00
test_BackendDemo.py porting the tests over to python3 2019-02-07 20:55:50 +01:00
test_BackendLdap.py fix test and exception handling in code 2019-02-09 17:12:39 +01:00
test_LdapCherry.py fix test and exception handling in code 2019-02-09 17:12:39 +01:00
test_Roles.py porting the tests over to python3 2019-02-07 20:55:50 +01:00