summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-10-11 19:03:51 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-10-11 19:03:51 -0500
commit1bf0651fbff491e2871a9675ece1a345f1d53bc8 (patch)
tree82603c381759492fed3ab4dee1cdb28d2edcf699 /tests
parentaf315922ad365ac0bf9ac8376bb338e3d5ef7c73 (diff)
downloadat-spi2-core-1bf0651fbff491e2871a9675ece1a345f1d53bc8.tar.gz
Test GetAttributes
Diffstat (limited to 'tests')
-rw-r--r--tests/registryd/test_root_accessible.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/registryd/test_root_accessible.py b/tests/registryd/test_root_accessible.py
index 93ad1158..6f15204f 100644
--- a/tests/registryd/test_root_accessible.py
+++ b/tests/registryd/test_root_accessible.py
@@ -56,3 +56,7 @@ def test_root_get_localized_role_name(registry_root, session_manager):
def test_root_get_state(registry_root, session_manager):
assert registry_root.GetState(dbus_interface=ACCESSIBLE_IFACE) == [0, 0]
+
+def test_root_get_attributes(registry_root, session_manager):
+ assert len(registry_root.GetAttributes(dbus_interface=ACCESSIBLE_IFACE)) == 0
+