summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Split the integration test into individual testsBastien Nocera2022-01-202-7/+62
* tests: Only load GnomeBluetoothPriv when running testsBastien Nocera2022-01-201-9/+13
* tests: Rename integration test scriptBastien Nocera2022-01-202-1/+1
* lib: Add API to check whether input devices are connectedBastien Nocera2022-01-201-0/+48
* lib: Split UI and non-UI librariesBastien Nocera2022-01-191-2/+2
* lib: Remove adapter power-upBastien Nocera2022-01-181-0/+3
* tests: Check that non-default adapter is made non-discoverableBastien Nocera2022-01-061-0/+16
* lib: Use highest numbered adapter as the default oneBastien Nocera2022-01-061-1/+1
* tests: Fix old default adapter reinsertion testBastien Nocera2022-01-051-0/+2
* tests: Make test easier to understandBastien Nocera2022-01-051-8/+8
* build: Bump API version to 3.0Bastien Nocera2022-01-041-1/+1
* lib: Add test for default-adapter-poweredBastien Nocera2021-12-161-0/+35
* tests: Test that we unregister the pairing agent correctlyBastien Nocera2021-12-151-0/+18
* tests: Fix bluetooth-utils test buildBastien Nocera2021-12-061-1/+1
* tests: Adapt includes to our usageBastien Nocera2021-12-061-1/+1
* tests: Add tests for bluetooth-utils functionsBastien Nocera2021-12-021-0/+59
* tests: Add first test for bluetooth-utilsBastien Nocera2021-12-022-0/+27
* tests: Add test for _connect_service() APIBastien Nocera2021-12-021-0/+24
* tests: Add test for _set_trusted() APIBastien Nocera2021-12-021-0/+24
* tests: Verify values after wait_for_condition()Bastien Nocera2021-12-021-0/+2
* tests: Print test name before running it out-of-processBastien Nocera2021-12-021-0/+1
* tests: Add a timeout in wait_for_condition()Bastien Nocera2021-12-011-2/+7
* tests: Use "props" property to access GObject propertiesBastien Nocera2021-11-301-27/+27
* tests: Port pairing test to GListModel APIBastien Nocera2021-11-301-10/+7
* tests: Remove GtkTreeModel specific sections of testsBastien Nocera2021-11-301-40/+0
* tests: Return correct exitcode for skipped testsBastien Nocera2021-11-301-2/+2
* tests: Verify the default-adapter-setup-mode property worksBastien Nocera2021-11-301-0/+24
* tests: Verify devices GListStore functionalityBastien Nocera2021-11-301-0/+115
* tests: Add helper to print the devices GListStoreBastien Nocera2021-11-301-0/+4
* lib: Add BluetoothDevice objectBastien Nocera2021-11-302-0/+65
* tests: Add more testsBastien Nocera2021-11-261-0/+62
* tests: Print out stdout on errorBastien Nocera2021-11-261-3/+2
* build: Move tests condition into directory's meson.buildBastien Nocera2021-11-191-11/+13
* tests: Remove use of bluetooth_client_get_device_model()Bastien Nocera2021-11-181-10/+9
* tests: Use new num-adapters propertyBastien Nocera2021-11-181-22/+5
* build: Switch to GTK4Georges Basile Stavracas Neto2021-10-281-1/+1
* build: Bump API versionGeorges Basile Stavracas Neto2021-10-281-1/+1
* build: Only run tests if introspection is enabledFelipe Borges2021-03-111-8/+6
* lib: Add BluetoothAgent testBastien Nocera2021-02-171-0/+11
* tests: Make sure to fail tests if warnings are emittedwip/hadess/more-testsBastien Nocera2021-02-161-0/+1
* tests: Run tests under Valgrind if requestedBastien Nocera2021-02-161-1/+7
* tests: Use wait_for_condition() instead of static timeoutsBastien Nocera2021-02-161-3/+17
* tests: Add wait_for_condition() helperBastien Nocera2021-02-161-0/+5
* tests: Add integration testsBastien Nocera2021-02-162-0/+181