summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Allow 300 seconds for the atk-test to runFederico Mena Quintero2023-01-181-1/+1
* Reformat all the *.[ch] files with clang-formatFederico Mena Quintero2022-12-0656-1186/+1341
* 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
* Docs: Move to gi-docgenThomas Booker2022-09-281-2/+3
* 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
* mock_accessible_app.py: New toy program to mock an accessible applicationFederico Mena Quintero2022-07-121-0/+75
* atk-object-xml-loader.c: free all the results of xmlGetProp()Federico Mena Quintero2022-07-071-16/+24
* atk-object-xml-loader.c: Use xmlFree() instead of free() for the result of xm...Federico Mena Quintero2022-07-071-1/+1
* Fix clang warning about int/float comparisonFederico Mena Quintero2022-07-071-1/+1
* atk_test_state_set_new(): Test the set of states without iterationFederico Mena Quintero2022-07-041-14/+4
* atk_test_selection_get_selected_child: let the compiler know that the counter...Federico Mena Quintero2022-07-041-0/+1
* tests: Don't assume ordering of attributes in AtkAccessibleFederico Mena Quintero2022-07-042-19/+35
* atk_test_document_get_attributes: do not assume the ordering of keys in a GHa...Federico Mena Quintero2022-07-041-8/+17