summaryrefslogtreecommitdiff
path: root/test/test-standalone.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-30test: Add basic coverage for argNpatch matchesJeroen Hofstee1-0/+62
2023-08-16test: Add basic coverage for arg0namespaceJeroen Hofstee1-0/+36
2022-09-06test: Exercise handling of invalid/negative Unix fdswip/smcv/invalid-unix-fdSimon McVittie1-0/+3
2022-09-05Reinstate test coverage for pip install dbus-pythonSimon McVittie1-0/+9
2021-09-15Remove support for Python 2Simon McVittie1-85/+18
2021-07-19tests: Exercise negative variant_level for UnixFd typeSimon McVittie1-0/+3
2020-01-11Add support for testing without tappySimon McVittie1-9/+2
2019-11-21test: Expand test coverage for int(), str(), unicode() of our typesSimon McVittie1-3/+79
2019-09-02Add basic test coverage for UnixFdSimon McVittie1-0/+31
2019-07-15Add clearer licensing information in SPDX formatSimon McVittie1-0/+2
2019-07-15Remove remaining support for Ubuntu 14.04 'trusty'Simon McVittie1-1/+2
2016-08-11Drop support for Python 2.6, along with several workaroundsSimon McVittie1-32/+14
2016-08-11Use TAP syntax for all directly-run testsSimon McVittie1-1/+9
2016-03-06unicode test: cope with Python 2.6 as provided on travis-ciSimon McVittie1-1/+4
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-01-20Use non-recursive make for tests, and make them into installed-testsSimon McVittie1-12/+17
2013-05-08utf8 test: pass when used with dbus 1.6.10, 1.7.2Simon McVittie1-16/+25
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-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 McVittie1-7/+31
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 Warsaw1-4/+6
2011-12-15This is the big one; it adds Python 3 support.Barry Warsaw1-64/+109
2011-12-14First round of PyInt -> PyLong changes. These are only compatible with PythonBarry Warsaw1-3/+4
2010-11-23fd.o #21831: deserialize empty ByteArray objects correctlySimon McVittie1-0/+7
2007-09-27Relicense Collabora code under the MIT/X11 license proposed for dbus core, re...Simon McVittie1-14/+18
2007-02-07Actually commit the numerous copyright-statement changes.Simon McVittie1-4/+4
2007-01-25test/, include/: remove accidentally duplicated lines from license statementSimon McVittie1-2/+0
2007-01-16Ensure we put the right number of items in a struct or message and add test c...Simon McVittie1-1/+43
2007-01-10Add special case to serialization: objects with a __dbus_object_path__ attrib...Simon McVittie1-0/+15
2007-01-09When putting a ByteArray into a variant array, serialise it as an array of va...Simon McVittie1-1/+2
2006-12-18Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie1-10/+15
2006-12-05Stop asserting that dbus.Struct(()) worksSimon McVittie1-2/+2
2006-11-14Update tests for the new variant APISimon McVittie1-86/+92
2006-11-02Revert switch from Byte being an int subclass to a str subclass following dis...Simon McVittie1-2/+3
2006-10-05test/test-standalone.py: Test API guarantee that integer types subclass int o...Simon McVittie1-0/+8
2006-09-27Add copyright, AFL2.1, GPL2 notices, which might even be correct...Simon McVittie1-0/+21
2006-09-27Add a test case for the various options to get_args_list.Simon McVittie1-21/+91
2006-09-26Throughout dbus-python: Use the C implementation.Simon McVittie1-0/+126