summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Assert that an interface object is not nullFederico Mena Quintero2023-05-091-0/+1
* Make at-spi2-atk test names more legible by not using concatenation with macrosFederico Mena Quintero2023-05-0916-178/+162
* Fix misnamed test pathFederico Mena Quintero2023-05-091-4/+4
* Wait for the test-application startup using an atspi listenerFederico Mena Quintero2023-05-094-59/+167
* Don't use a global variable for child_pidFederico Mena Quintero2023-05-091-11/+20
* Don't use a Unix signal handler to kill the test-application if the parent te...Federico Mena Quintero2023-05-092-14/+0
* Switch all at-spi2-atk tests to g_test_add() with a TestAppFixtureFederico Mena Quintero2023-05-0918-651/+670
* Make get_root_obj() staticFederico Mena Quintero2023-05-092-3/+3
* Make child_pid static to atk_test_util.cFederico Mena Quintero2023-05-093-4/+2
* Replace all the teardown functions with a single oneFederico Mena Quintero2023-05-0917-262/+172
* test-application.c: Claim a dbus name passed by the callerFederico Mena Quintero2023-05-092-1/+4
* atk_test_util.c: make run_app() a private functionFederico Mena Quintero2023-05-092-2/+1
* 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