summaryrefslogtreecommitdiff
path: root/test/run-test.sh
AgeCommit message (Expand)AuthorFilesLines
2019-07-15Add clearer licensing information in SPDX formatSimon McVittie1-0/+2
2016-08-11Use TAP syntax for all directly-run testsSimon McVittie1-39/+48
2016-03-05run-test: avoid "test: =: unary operator expected"Simon McVittie1-2/+3
2016-01-20Replace hard-coded sleep with a wait for the D-Bus name to appearSimon McVittie1-6/+13
2016-01-20Use non-recursive make for tests, and make them into installed-testsSimon McVittie1-15/+33
2015-12-06Simplify testing by using dbus-run-session and Automake "log compiler"Simon McVittie1-75/+29
2013-05-08Add support for skipping tests, and use itSimon McVittie1-9/+28
2012-10-16Support unicode messages for DBusException in Python 2Michael Vogt1-0/+6
2012-07-04run-test.sh: don't go via make to run the cross-testSimon McVittie1-2/+2
2011-12-16More Python 3 porting, this time primarily to get test-client.py working.Barry Warsaw1-0/+2
2011-12-16Re-enable the other tests, even though these still fail for me (b.f.o #43303).Barry Warsaw1-6/+6
2011-12-15- Added back the missing PY3PORT.rst file, with updates.Barry Warsaw1-0/+1
2011-12-15This is the big one; it adds Python 3 support.Barry Warsaw1-6/+8
2007-10-09Use MIT/X11 license as per permission given on the dbus mailing list.Simon McVittie1-0/+20
2007-10-09test/: add some missing copyright headersSimon McVittie1-0/+3
2007-06-18Implement fallback objects.Simon McVittie1-0/+3
2007-05-09Don't run the examples during "make check" - timing/startup issues cause inte...Simon McVittie1-12/+12
2007-04-30test/test-p2p.py: Added. Test "peer-to-peer" connections.Simon McVittie1-0/+3
2007-01-16Add regression test for main loop failure handling (a main loop that never wo...Simon McVittie1-0/+6
2007-01-16test/run-test.sh: Re-order to run the simpler tests (standalone, examples, cr...Simon McVittie1-16/+18
2007-01-09Add an example of asynchronous calls. Run the examples during 'make check'.Simon McVittie1-0/+13
2006-12-19Include the cross-test in 'make check'Simon McVittie1-0/+30
2006-12-18Switch to autotools and test with Python 2.5 as well as 2.4.Simon McVittie1-20/+23
2006-12-04test/test-signals.py: add test case for signal handling; test/run-test.sh: ru...Simon McVittie1-0/+3
2006-11-14Update tests for the new variant APISimon McVittie1-2/+2
2006-09-26Throughout dbus-python: Use the C implementation.Simon McVittie1-1/+2
2006-07-24* Patch from Joseph Sacco <joseph_sacco [at] comcast [dot] net>:John (J5) Palmieri1-1/+0
2006-07-12* run-test.sh:John (J5) Palmieri1-9/+8
2006-07-12* Add tests backJohn (J5) Palmieri1-0/+39