mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
f43dab3b78
The test wants to check the error related to an exception obtained inside a "with pytest.raises" instruction. The object is an ExceptionInfo and offers a match method to check the content of the string representation. Use this match() method instead of str(excinfo) which now returns '<ExceptionInfo NoSuchElementException() tblen=10>' Fixes: https://pagure.io/freeipa/issue/9282 Signed-off-by: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Mohammad Rizwan Yusuf <myusuf@redhat.com> |
||
---|---|---|
.. | ||
__init__.py | ||
crypto_utils.py | ||
data_config.py | ||
data_dns.py | ||
data_group.py | ||
data_hbac.py | ||
data_host.py | ||
data_hostgroup.py | ||
data_idviews.py | ||
data_loginscreen.py | ||
data_netgroup.py | ||
data_pwpolicy.py | ||
data_selfservice.py | ||
data_selinuxusermap.py | ||
data_sudo.py | ||
data_user.py | ||
data_vault.py | ||
README | ||
task_range.py | ||
test_automember.py | ||
test_automount.py | ||
test_cert.py | ||
test_config.py | ||
test_delegation.py | ||
test_dns.py | ||
test_group.py | ||
test_hbac.py | ||
test_host.py | ||
test_hostgroup.py | ||
test_idviews.py | ||
test_krbtpolicy.py | ||
test_loginscreen.py | ||
test_misc_cases.py | ||
test_navigation.py | ||
test_netgroup.py | ||
test_pwpolicy.py | ||
test_range.py | ||
test_rbac.py | ||
test_realmdomains.py | ||
test_selfservice.py | ||
test_selinuxusermap.py | ||
test_service.py | ||
test_subid.py | ||
test_sudo.py | ||
test_topology.py | ||
test_translation.py | ||
test_trust.py | ||
test_user.py | ||
test_vault.py | ||
ui_driver.py |
http://www.freeipa.org/page/Web_UI_Integration_Tests