summaryrefslogtreecommitdiff
path: root/test/test-client.py
AgeCommit message (Expand)AuthorFilesLines
2022-09-06test: Exercise handling of invalid/negative Unix fdswip/smcv/invalid-unix-fdSimon McVittie1-1/+55
2022-04-27add set_allow_interactive_authorization / get_allow_interactive_authorization...Ricter Zheng1-0/+6
2021-09-15Remove support for Python 2Simon McVittie1-43/+6
2020-11-23tests: Stop calling GLib.threads_initSimon McVittie1-1/+0
2020-11-23tests: Use gi.repository.GLib to avoid deprecation warningsSimon McVittie1-6/+6
2020-01-11Add support for testing without tappySimon McVittie1-9/+2
2019-09-02Fix NO_REPLY test for Python 3Simon McVittie1-1/+2
2019-09-02Add a test for NO_REPLY method callsSimon McVittie1-0/+56
2019-07-15Add clearer licensing information in SPDX formatSimon McVittie1-0/+2
2018-01-29Avoid using async keywordSimon McVittie1-3/+3
2016-08-11Use TAP syntax for all directly-run testsSimon McVittie1-3/+11
2016-01-20Use non-recursive make for tests, and make them into installed-testsSimon McVittie1-8/+10
2013-05-08Add support for skipping tests, and use itSimon McVittie1-1/+5
2012-10-16Slightly better test coverageSimon McVittie1-0/+4
2011-12-16More Python 3 porting, this time primarily to get test-client.py working.Barry Warsaw1-108/+123
2011-12-16Re-enable the other tests, even though these still fail for me (b.f.o #43303).Barry Warsaw1-3/+3
2011-12-15This is the big one; it adds Python 3 support.Barry Warsaw1-65/+84
2011-12-13Use Python 3 syntax to catch exceptionsBarry Warsaw1-6/+6
2008-07-17Omit the remote traceback from certain D-Bus errorsSimon McVittie1-0/+37
2007-09-28Use MIT/X11 license for code owned by Collabora and Red Hat only, as per Havo...Simon McVittie1-15/+18
2007-09-27Update NEWS, and add regression tests for fd.o #12096 and #12403Simon McVittie1-0/+15
2007-08-01Add rel_path_keyword to @method (fd.o #11623)Simon McVittie1-4/+19
2007-08-01Fix introspection on objects with more than one connection or more than one o...Simon McVittie1-0/+11
2007-07-31Measure async call timeout in seconds as intended, not in ms (blocking calls ...Simon McVittie1-0/+40
2007-07-26test-client: Avoid deprecated usage - explicitly pass SessionBus() to BusName...Simon McVittie1-1/+1
2007-06-18Implement fallback objects.Simon McVittie1-3/+19
2007-06-04dbus.service: change unexport() to remove_from_connection() at J5's requestSimon McVittie1-1/+1
2007-05-30dbus.service: Make it possible to unexport objects (fd.o#10457)Simon McVittie1-0/+20
2007-05-29_dbus_bindings/conn-methods.c: add list_exported_child_objects().Simon McVittie1-0/+3
2007-05-28dbus.connection: Release signals lock before calling _clean_up_signal_match().Simon McVittie1-0/+2
2007-05-03dbus/gobject_service.py: Make ExportedGObject work correctly.Simon McVittie1-0/+10
2007-04-30dbus/_bus_mixin.py: Add bindings for ListNames, ListActivatableNames, GetName...Simon McVittie1-2/+22
2007-04-25Preparation for fallback-object support:Simon McVittie1-0/+11
2007-04-24Fix fd.o #10174: make it possible to return multiple values with no signature.Simon McVittie1-0/+6
2007-04-24test/test-client.py: untabifySimon McVittie1-8/+8
2007-01-25test/, include/: remove accidentally duplicated lines from license statementSimon McVittie1-2/+0
2007-01-09dbus.Interface, dbus.ProxyObject: add get_dbus_method(), which can be used to...Simon McVittie1-0/+4
2006-12-19Respect utf8_strings, byte_arrays options when calling methods asynchronously.Simon McVittie1-9/+29
2006-12-19Do cross-product of options in more obvious waySimon McVittie1-12/+13
2006-12-18Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie1-6/+3
2006-12-13test/test-client.py: Add test case for weak reference logic (which would segf...Simon McVittie1-0/+10
2006-11-14- dbus.service.Object, dbus.decorators.method: Allow utf8_strings andSimon McVittie1-1/+11
2006-11-14Update tests for the new variant APISimon McVittie1-6/+9
2006-10-05Seth was a Red Hat employee when contributing to dbus-python: alter copyright...Simon McVittie1-1/+1
2006-09-27Add copyright, AFL2.1, GPL2 notices, which might even be correct...Simon McVittie1-0/+23
2006-09-26Throughout dbus-python: Use the C implementation.Simon McVittie1-14/+19
2006-09-01test/test-client.py: Rename dbus.dbus_bindings to _dbus_bindings in test tooSimon McVittie1-4/+4
2006-07-21* fix import of dbus_bindingsJohn (J5) Palmieri1-3/+3
2006-07-12* Add tests backJohn (J5) Palmieri1-0/+307