summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* test/, include/: remove accidentally duplicated lines from license statementSimon McVittie2007-01-257-14/+0
* Split up Makefile.am between subdirectoriesSimon McVittie2007-01-221-0/+44
* Add regression test for main loop failure handling (a main loop that never wo...Simon McVittie2007-01-163-0/+124
* Ensure we put the right number of items in a struct or message and add test c...Simon McVittie2007-01-161-1/+43
* test/run-test.sh: Re-order to run the simpler tests (standalone, examples, cr...Simon McVittie2007-01-161-16/+18
* Comment on why we're putting the client at path /TestSimon McVittie2007-01-161-0/+2
* Add special case to serialization: objects with a __dbus_object_path__ attrib...Simon McVittie2007-01-101-0/+15
* When putting a ByteArray into a variant array, serialise it as an array of va...Simon McVittie2007-01-091-1/+2
* dbus.Interface, dbus.ProxyObject: add get_dbus_method(), which can be used to...Simon McVittie2007-01-091-0/+4
* Add an example of asynchronous calls. Run the examples during 'make check'.Simon McVittie2007-01-091-0/+13
* Include the cross-test in 'make check'Simon McVittie2006-12-191-0/+30
* Respect utf8_strings, byte_arrays options when calling methods asynchronously.Simon McVittie2006-12-191-9/+29
* Do cross-product of options in more obvious waySimon McVittie2006-12-191-12/+13
* Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie2006-12-188-48/+122
* test/test-client.py: Add test case for weak reference logic (which would segf...Simon McVittie2006-12-131-0/+10
* Stop asserting that dbus.Struct(()) worksSimon McVittie2006-12-051-2/+2
* test/test-signals.py: add test case for signal handling; test/run-test.sh: ru...Simon McVittie2006-12-042-0/+131
* dbus._dbus, cross-test-server: fix signal calling convention support, and tes...Simon McVittie2006-11-151-2/+5
* - dbus.service.Object, dbus.decorators.method: Allow utf8_strings andSimon McVittie2006-11-143-2/+32
* Test UTF8String as well as StringSimon McVittie2006-11-141-0/+1
* Update tests for the new variant APISimon McVittie2006-11-146-130/+210
* Revert switch from Byte being an int subclass to a str subclass following dis...Simon McVittie2006-11-023-5/+6
* Seth was a Red Hat employee when contributing to dbus-python: alter copyright...Simon McVittie2006-10-052-2/+2
* test/test-standalone.py: Test API guarantee that integer types subclass int o...Simon McVittie2006-10-051-0/+8
* test/cross-test-client.py: Add more workarounds for odd dbus-java behaviour. ...Simon McVittie2006-10-021-21/+54
* Produce debug outputSimon McVittie2006-10-021-2/+8
* Make cross-test stricter by including extreme values for integers, etc.Simon McVittie2006-09-291-11/+23
* test/cross-test-client.py, test/cross-test-server.py: Start to fix for intero...Simon McVittie2006-09-282-69/+140
* test/cross-test-client.py, test/cross-test-server.py: Output in the same form...Simon McVittie2006-09-282-11/+11
* Add copyright, AFL2.1, GPL2 notices, which might even be correct...Simon McVittie2006-09-276-0/+126
* Add a test case for the various options to get_args_list.Simon McVittie2006-09-271-21/+91
* Throughout dbus-python: Use the C implementation.Simon McVittie2006-09-266-48/+196
* Add a fairly simplistic implementation of the D-Bus bindings test suite.Simon McVittie2006-09-063-0/+488
* test/test-client.py: Rename dbus.dbus_bindings to _dbus_bindings in test tooSimon McVittie2006-09-011-4/+4
* * Patch from Joseph Sacco <joseph_sacco [at] comcast [dot] net>:John (J5) Palmieri2006-07-241-1/+0
* * fix import of dbus_bindingsJohn (J5) Palmieri2006-07-211-3/+3
* * run-test.sh:John (J5) Palmieri2006-07-121-9/+8
* * Add tests backJohn (J5) Palmieri2006-07-124-0/+536