summaryrefslogtreecommitdiff
path: root/tests/registryd
Commit message (Expand)AuthorAgeFilesLines
* test_root.py: Test that querying for a property on an unknown interface yield...Federico Mena Quintero2022-12-061-0/+7
* Test the introspection of the registry objectFederico Mena Quintero2022-12-061-0/+7
* test_introspection.py: Factor out function to test a set of advertised interf...Federico Mena Quintero2022-12-061-6/+17
* Rename test_root_introspectable.py to test_introspection.pyFederico Mena Quintero2022-12-061-0/+0
* tests/registryd: add a fixture to obtain the registry objectFederico Mena Quintero2022-12-061-0/+7
* New test for the root object's Introspectable interfaceFederico Mena Quintero2022-11-071-0/+20
* Add tests for the registry's root object's Component interfaceFederico Mena Quintero2022-11-071-0/+35
* Test GetChildren for an empty registryFederico Mena Quintero2022-10-111-0/+3
* Test GetChildAtIndex for an empty registryFederico Mena Quintero2022-10-111-0/+5
* Move the test for GetInterfaces to the end, to be in the same order as the XMLFederico Mena Quintero2022-10-111-8/+8
* Test GetApplicationFederico Mena Quintero2022-10-111-0/+4
* Test GetAttributesFederico Mena Quintero2022-10-111-0/+4
* Test GetStateFederico Mena Quintero2022-10-111-0/+3
* Test GetLocalizedRoleNameFederico Mena Quintero2022-10-111-0/+4
* Test GetRoleNameFederico Mena Quintero2022-10-111-0/+2
* Test GetRoleFederico Mena Quintero2022-10-111-0/+7
* Test GetRelationSetFederico Mena Quintero2022-10-111-0/+4
* Test GetIndexInParentFederico Mena Quintero2022-10-111-0/+4
* registryd: Add test for GetInterfaces, and add missing ifaces to the method's...Federico Mena Quintero2022-10-111-0/+8
* Extract duplicated function to check for the handling of unknown propertiesFederico Mena Quintero2022-10-113-6/+11
* tests/registryd/utils.py: Start moving utility functions hereFederico Mena Quintero2022-10-113-8/+8
* Return the session manager mock from its fixture, not a dummy objectFederico Mena Quintero2022-10-111-2/+1
* registry.c: Fix name of the Version property in the Application interfaceFederico Mena Quintero2022-07-131-0/+27
* session_manager(): Start each session mock in a Running stateFederico Mena Quintero2022-07-131-0/+2
* conftest.py: Reset the mock session to its startup state until after the clie...Federico Mena Quintero2022-07-131-3/+3
* Test that asking for an unknown property gives a DBus errorFederico Mena Quintero2022-07-131-0/+7
* Put all the Accessibility property tests in a single functionFederico Mena Quintero2022-07-131-6/+2
* Rename the registry() fixture to registry_root()Federico Mena Quintero2022-07-132-7/+7
* conftest.py: Inline get_registry_root() into its only callerFederico Mena Quintero2022-07-131-4/+1
* Rename test_registry_startup.py to test_root_accessible.pyFederico Mena Quintero2022-07-131-0/+0
* fixture teardown: Wait for the a11y bus launcher to really dieFederico Mena Quintero2022-07-131-0/+9
* session_manager(): During teardown, reset mock session to its starting stateFederico Mena Quintero2022-07-121-0/+5
* Control the registry fixture's lifetime via a mock gnome-sessionFederico Mena Quintero2022-07-122-3/+21
* tests/registryd/__init__.py: Start a python packageFederico Mena Quintero2022-07-121-0/+0
* Test that the registry's root has a null parentFederico Mena Quintero2022-07-121-0/+3
* Note on how fixtures get automatically createdFederico Mena Quintero2022-07-121-0/+6
* Test ChildCount on an empty registryFederico Mena Quintero2022-07-121-0/+3
* Test the Description property of the registry's rootFederico Mena Quintero2022-07-121-2/+10
* tests/registryd: Start a testsuite for the registryFederico Mena Quintero2022-07-122-0/+58