summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: Exercise handling of invalid/negative Unix fdswip/smcv/invalid-unix-fdSimon McVittie2022-09-062-1/+58
* meson: Make installed-tests from multiple builds co-installableSimon McVittie2022-09-051-2/+2
* Add a Meson build systemSimon McVittie2022-09-055-0/+225
* Reinstate test coverage for pip install dbus-pythonSimon McVittie2022-09-052-0/+12
* Add licensing information in REUSE formatSimon McVittie2022-09-053-1/+8
* add set_allow_interactive_authorization / get_allow_interactive_authorization...Ricter Zheng2022-04-271-0/+6
* Remove support for Python 2Simon McVittie2021-09-158-258/+32
* tests: Exercise negative variant_level for UnixFd typeSimon McVittie2021-07-191-0/+3
* tests: Stop calling GLib.threads_initSimon McVittie2020-11-233-3/+0
* tests: Use gi.repository.GLib to avoid deprecation warningsSimon McVittie2020-11-236-31/+31
* Add support for testing without tappySimon McVittie2020-01-118-63/+67
* test: Expand test coverage for int(), str(), unicode() of our typesSimon McVittie2019-11-211-3/+79
* Fix NO_REPLY test for Python 3Simon McVittie2019-09-021-1/+2
* Configure test bus to allow unrequested repliesSimon McVittie2019-09-021-0/+2
* Add a test for NO_REPLY method callsSimon McVittie2019-09-022-0/+80
* test-p2p: Add test coverage for sending and receiving fdsSimon McVittie2019-09-022-0/+33
* Add basic test coverage for UnixFdSimon McVittie2019-09-021-0/+31
* Silence -Wcast-function-type with gcc 8Simon McVittie2019-07-231-1/+1
* with-session-bus.sh: Remove unused scriptSimon McVittie2019-07-151-106/+0
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-1517-1/+35
* Remove remaining support for Ubuntu 14.04 'trusty'Simon McVittie2019-07-151-1/+2
* cross-test-server: Avoid a race condition in the clientSimon McVittie2018-05-091-4/+9
* cross-test-client: Wait until default method timeout for Exit()Simon McVittie2018-05-091-2/+0
* Avoid using async keywordSimon McVittie2018-01-292-5/+5
* Revert "test/import-repeatedly: skip on Python 3.6 for now"Simon McVittie2017-11-011-11/+0
* Drop support for Python 2.6, along with several workaroundsSimon McVittie2016-08-111-32/+14
* test/import-repeatedly: skip on Python 3.6 for nowSimon McVittie2016-08-111-0/+11
* import-repeatedly: detect exceptionsSimon McVittie2016-08-111-1/+4
* Use TAP syntax for all directly-run testsSimon McVittie2016-08-119-58/+130
* unicode test: cope with Python 2.6 as provided on travis-ciSimon McVittie2016-03-061-1/+4
* run-test: avoid "test: =: unary operator expected"Simon McVittie2016-03-051-2/+3
* Fix Unicode tests on narrow Python buildsSimon McVittie2016-03-051-10/+29
* Add a regression test for the version numberingSimon McVittie2016-03-051-0/+14
* Move dbus-python.h to a dbus subdirectorySimon McVittie2016-03-051-1/+1
* Make all test scripts properly executableSimon McVittie2016-02-227-0/+4
* Use gi instead of gobject, everywhere except dbus.gobject_serviceSimon McVittie2016-01-201-2/+2
* Replace hard-coded sleep with a wait for the D-Bus name to appearSimon McVittie2016-01-202-6/+70
* Use non-recursive make for tests, and make them into installed-testsSimon McVittie2016-01-2010-225/+93
* Use non-recursive make for everything except testsSimon McVittie2016-01-201-1/+1
* Simplify testing by using dbus-run-session and Automake "log compiler"Simon McVittie2015-12-064-167/+167
* Use AX_COMPILER_FLAGSSimon McVittie2015-12-061-7/+19
* Update build system for Automake 1.13 (parallel test driver)Simon McVittie2015-12-051-7/+9
* distribute new testsdbus-python-1.2.0Simon McVittie2013-05-081-0/+2
* Add support for skipping tests, and use itSimon McVittie2013-05-087-15/+62
* utf8 test: pass when used with dbus 1.6.10, 1.7.2Simon McVittie2013-05-081-16/+25
* Unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPESimon McVittie2013-04-221-0/+2
* Slightly better test coverageSimon McVittie2012-10-161-0/+4
* Use a form of assertRaises() that works in Python 2.6Simon McVittie2012-10-161-3/+2
* Skip test_dbus_exception_convert_str_fail under unusual default encodingsSimon McVittie2012-10-161-3/+8
* Support unicode messages for DBusException in Python 2Michael Vogt2012-10-163-0/+95