summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Add basic test coverage for UnixFdSimon McVittie2019-09-02
* Silence -Wcast-function-type with gcc 8Simon McVittie2019-07-23
* with-session-bus.sh: Remove unused scriptSimon McVittie2019-07-15
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-15
* Remove remaining support for Ubuntu 14.04 'trusty'Simon McVittie2019-07-15
* cross-test-server: Avoid a race condition in the clientSimon McVittie2018-05-09
* cross-test-client: Wait until default method timeout for Exit()Simon McVittie2018-05-09
* Avoid using async keywordSimon McVittie2018-01-29
* Revert "test/import-repeatedly: skip on Python 3.6 for now"Simon McVittie2017-11-01
* Drop support for Python 2.6, along with several workaroundsSimon McVittie2016-08-11
* test/import-repeatedly: skip on Python 3.6 for nowSimon McVittie2016-08-11
* import-repeatedly: detect exceptionsSimon McVittie2016-08-11
* Use TAP syntax for all directly-run testsSimon McVittie2016-08-11
* unicode test: cope with Python 2.6 as provided on travis-ciSimon McVittie2016-03-06
* run-test: avoid "test: =: unary operator expected"Simon McVittie2016-03-05
* Fix Unicode tests on narrow Python buildsSimon McVittie2016-03-05
* Add a regression test for the version numberingSimon McVittie2016-03-05
* Move dbus-python.h to a dbus subdirectorySimon McVittie2016-03-05
* Make all test scripts properly executableSimon McVittie2016-02-22
* Use gi instead of gobject, everywhere except dbus.gobject_serviceSimon McVittie2016-01-20
* Replace hard-coded sleep with a wait for the D-Bus name to appearSimon McVittie2016-01-20
* Use non-recursive make for tests, and make them into installed-testsSimon McVittie2016-01-20
* Use non-recursive make for everything except testsSimon McVittie2016-01-20
* Simplify testing by using dbus-run-session and Automake "log compiler"Simon McVittie2015-12-06
* Use AX_COMPILER_FLAGSSimon McVittie2015-12-06
* Update build system for Automake 1.13 (parallel test driver)Simon McVittie2015-12-05
* distribute new testsSimon McVittie2013-05-08
* Add support for skipping tests, and use itSimon McVittie2013-05-08
* utf8 test: pass when used with dbus 1.6.10, 1.7.2Simon McVittie2013-05-08
* Unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPESimon McVittie2013-04-22
* Slightly better test coverageSimon McVittie2012-10-16
* Use a form of assertRaises() that works in Python 2.6Simon McVittie2012-10-16
* Skip test_dbus_exception_convert_str_fail under unusual default encodingsSimon McVittie2012-10-16
* Support unicode messages for DBusException in Python 2Michael Vogt2012-10-16
* run-test.sh: don't go via make to run the cross-testSimon McVittie2012-07-04
* fd.o #40817: validate UTF-8 according to the same rules as libdbusSimon McVittie2012-06-25
* Py3: correctly guess the signature of ObjectPath(...) and Signature(...)Simon McVittie2012-06-05
* Rename gobject_service (PyGI version) to gi_serviceSimon McVittie2012-05-02
* Put sockets for the regression tests in /tmp, not ${builddir}Simon McVittie2012-02-29
* Test behaviour of various Message methodsSimon McVittie2012-01-11
* Do not allow Byte(unicode(x)) (i.e. Byte(str(x)) in Python 3)Simon McVittie2012-01-11
* Quash a few more deprecations.Barry Warsaw2011-12-17
* More Python 3 porting, this time primarily to get test-client.py working.Barry Warsaw2011-12-16
* Re-enable the other tests, even though these still fail for me (b.f.o #43303).Barry Warsaw2011-12-16
* Re-enable previously disabled test.Barry Warsaw2011-12-15
* Fix the match rule semantics so that a match rule of "arg0='/'" does not matchBarry Warsaw2011-12-15
* - Added back the missing PY3PORT.rst file, with updates.Barry Warsaw2011-12-15
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-15
* First round of PyInt -> PyLong changes. These are only compatible with PythonBarry Warsaw2011-12-14
* Use Python 3 syntax to catch exceptionsBarry Warsaw2011-12-13