freeipa/ipatests/test_webui
Florence Blanc-Renaud f43dab3b78 webui tests: fix assertion in test_subid.py
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>
2022-12-01 11:06:41 +01:00
..
__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 ipatests: test for root using admin password in webUI 2022-11-09 14:53:16 +01:00
data_netgroup.py
data_pwpolicy.py ipatests: Add test for grace login limit 2022-11-10 09:30:15 +01:00
data_selfservice.py
data_selinuxusermap.py pylint: Fix use-maxsplit-arg 2022-03-11 13:37:08 -05:00
data_sudo.py
data_user.py ipatests: Test newly added certificate lable 2022-11-15 13:04:22 +01:00
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 fix(webui): create correct PTR record when navigated from host page 2021-11-22 12:38:35 +01:00
test_group.py
test_hbac.py
test_host.py
test_hostgroup.py
test_idviews.py
test_krbtpolicy.py external-idp: add XMLRPC tests for External IdP objects and idp indicator 2022-05-10 15:52:41 +03:00
test_loginscreen.py ipatests: test for root using admin password in webUI 2022-11-09 14:53:16 +01:00
test_misc_cases.py webui: Do not allow empty pagination size 2022-07-12 11:38:17 -03:00
test_navigation.py
test_netgroup.py
test_pwpolicy.py ipatests: Add test for grace login limit 2022-11-10 09:30:15 +01:00
test_range.py Webui tests: new idrange now requires base RID 2021-11-02 10:11:28 +01:00
test_rbac.py
test_realmdomains.py
test_selfservice.py
test_selinuxusermap.py Set pkeys in test_selinuxusermap.py::test_misc::delete_record 2022-08-30 16:07:42 +02:00
test_service.py
test_subid.py webui tests: fix assertion in test_subid.py 2022-12-01 11:06:41 +01:00
test_sudo.py
test_topology.py
test_translation.py
test_trust.py
test_user.py ipatests: Test newly added certificate lable 2022-11-15 13:04:22 +01:00
test_vault.py
ui_driver.py ipatests: Test newly added certificate lable 2022-11-15 13:04:22 +01:00

http://www.freeipa.org/page/Web_UI_Integration_Tests