summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-01-29Avoid using async keywordSimon McVittie2-5/+5
2017-11-01Revert "test/import-repeatedly: skip on Python 3.6 for now"Simon McVittie1-11/+0
2016-08-11Drop support for Python 2.6, along with several workaroundsSimon McVittie1-32/+14
2016-08-11test/import-repeatedly: skip on Python 3.6 for nowSimon McVittie1-0/+11
2016-08-11import-repeatedly: detect exceptionsSimon McVittie1-1/+4
2016-08-11Use TAP syntax for all directly-run testsSimon McVittie9-58/+130
2016-03-06unicode test: cope with Python 2.6 as provided on travis-ciSimon McVittie1-1/+4
2016-03-05run-test: avoid "test: =: unary operator expected"Simon McVittie1-2/+3
2016-03-05Fix Unicode tests on narrow Python buildsSimon McVittie1-10/+29
2016-03-05Add a regression test for the version numberingSimon McVittie1-0/+14
2016-03-05Move dbus-python.h to a dbus subdirectorySimon McVittie1-1/+1
2016-02-22Make all test scripts properly executableSimon McVittie7-0/+4
2016-01-20Use gi instead of gobject, everywhere except dbus.gobject_serviceSimon McVittie1-2/+2
2016-01-20Replace hard-coded sleep with a wait for the D-Bus name to appearSimon McVittie2-6/+70
2016-01-20Use non-recursive make for tests, and make them into installed-testsSimon McVittie10-225/+93
2016-01-20Use non-recursive make for everything except testsSimon McVittie1-1/+1
2015-12-06Simplify testing by using dbus-run-session and Automake "log compiler"Simon McVittie4-167/+167
2015-12-06Use AX_COMPILER_FLAGSSimon McVittie1-7/+19
2015-12-05Update build system for Automake 1.13 (parallel test driver)Simon McVittie1-7/+9
2013-05-08distribute new testsSimon McVittie1-0/+2
2013-05-08Add support for skipping tests, and use itSimon McVittie7-15/+62
2013-05-08utf8 test: pass when used with dbus 1.6.10, 1.7.2Simon McVittie1-16/+25
2013-04-22Unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPESimon McVittie1-0/+2
2012-10-16Slightly better test coverageSimon McVittie1-0/+4
2012-10-16Use a form of assertRaises() that works in Python 2.6Simon McVittie1-3/+2
2012-10-16Skip test_dbus_exception_convert_str_fail under unusual default encodingsSimon McVittie1-3/+8
2012-10-16Support unicode messages for DBusException in Python 2Michael Vogt3-0/+95
2012-07-04run-test.sh: don't go via make to run the cross-testSimon McVittie1-2/+2
2012-06-25fd.o #40817: validate UTF-8 according to the same rules as libdbusdbus-python-1.1.1Simon McVittie1-1/+58
2012-06-05Py3: correctly guess the signature of ObjectPath(...) and Signature(...)Simon McVittie1-0/+2
2012-05-02Rename gobject_service (PyGI version) to gi_serviceSimon McVittie1-5/+5
2012-02-29Put sockets for the regression tests in /tmp, not ${builddir}Simon McVittie1-1/+1
2012-01-11Test behaviour of various Message methodsSimon McVittie1-0/+54
2012-01-11Do not allow Byte(unicode(x)) (i.e. Byte(str(x)) in Python 3)Simon McVittie2-16/+40
2011-12-17Quash a few more deprecations.Barry Warsaw2-6/+6
2011-12-16More Python 3 porting, this time primarily to get test-client.py working.Barry Warsaw3-124/+166
2011-12-16Re-enable the other tests, even though these still fail for me (b.f.o #43303).Barry Warsaw2-9/+9
2011-12-15Re-enable previously disabled test.Barry Warsaw1-1/+2
2011-12-15Fix the match rule semantics so that a match rule of "arg0='/'" does not matchBarry Warsaw1-0/+19
2011-12-15- Added back the missing PY3PORT.rst file, with updates.Barry Warsaw3-7/+13
2011-12-15This is the big one; it adds Python 3 support.Barry Warsaw9-203/+335
2011-12-14First round of PyInt -> PyLong changes. These are only compatible with PythonBarry Warsaw1-3/+4
2011-12-13Use Python 3 syntax to catch exceptionsBarry Warsaw3-11/+11
2010-12-02Add a regression test for fd.o #23831Simon McVittie2-1/+23
2010-12-02Use Py_CLEAR for greater robustnessSimon McVittie1-4/+4
2010-11-23fd.o #21831: deserialize empty ByteArray objects correctlySimon McVittie1-0/+7
2010-02-18tests/cross-test-*: don't use deprecated sets moduleSimon McVittie2-5/+3
2008-07-23Avoid some compiler warningsSimon McVittie1-0/+2
2008-07-17Omit the remote traceback from certain D-Bus errorsSimon McVittie2-0/+59
2008-07-15Alter dbus.server.Server API to have pseudo-signalsSimon McVittie1-11/+13