summaryrefslogtreecommitdiff
path: root/tests/test_gdbus.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-2/+0
* gtktemplate: only call the custom init hook if the class has it. Fixes #267Christoph Reiter2018-11-261-0/+7
* tests: add a test for Gio.DBusNodeInfo.new_for_xml, see #164Christoph Reiter2018-02-141-0/+29
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-0/+2
* tests: Make test suite run on macOSChristoph Reiter2017-03-241-0/+9
* test_gdbus: Drop failure if timeout=0 works differentlyMartin Pitt2012-11-291-1/+3
* tests: Consistently use GLib.MainLoopMartin Pitt2012-10-191-6/+5
* Clean up sys.path handling in testsSimon Feltman2012-08-231-3/+0
* PEP8: Fix indentationMartin Pitt2012-06-221-25/+30
* test_gdbus: Call GetConnectionUnixProcessID() with correct signatureMartin Pitt2012-04-231-1/+1
* PEP8: Add spaces before #Johan Dahlin2012-03-221-2/+2
* PEP8: run via --fix from craigds forkJohan Dahlin2012-03-221-0/+1
* Remove all tabs and fix indentationJohan Dahlin2012-03-221-6/+5
* refactor tests to only use PyGObject 3 syntaxJohn (J5) Palmieri2011-08-111-6/+6
* gdbus tests: Fix hang if test case failsMartin Pitt2011-07-081-2/+4
* [gi] Do not require signature for D-BUS methods without argumentsMartin Pitt2011-03-151-0/+13
* [gi] Add Pythonic gdbus method invocationMartin Pitt2011-02-191-2/+100
* Fix test_gdbus.py to be Python3 friendlyMartin Pitt2011-02-081-19/+15
* [gi] python 3 fixesJohn (J5) Palmieri2011-01-261-4/+8
* [gi] update gdbus test cases for previous GVariant changeMartin Pitt2011-01-261-2/+2
* [gi] Add test cases for GDBus client operationsMartin Pitt2011-01-211-0/+94