summaryrefslogtreecommitdiff
path: root/test/test-exception-py3.py
Commit message (Collapse)AuthorAgeFilesLines
* Add licensing information in REUSE formatSimon McVittie2022-09-051-0/+2
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Add support for testing without tappySimon McVittie2020-01-111-9/+2
| | | | | | | The latest version of tappy dropped Python 2 support, but I want to be able to continue to run dbus-python tests on Python 2 for now. Signed-off-by: Simon McVittie <smcv@collabora.com>
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-151-0/+2
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Use TAP syntax for all directly-run testsSimon McVittie2016-08-111-1/+9
| | | | | | | For now this means that skipped tests will be reported as passed. This will be corrected in the next commit. Signed-off-by: Simon McVittie <smcv@debian.org>
* Make all test scripts properly executableSimon McVittie2016-02-221-0/+0
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Support unicode messages for DBusException in Python 2Michael Vogt2012-10-161-0/+31
[commit message amended -smcv] Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55899 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>