summaryrefslogtreecommitdiff
path: root/test/test-p2p.py
Commit message (Collapse)AuthorAgeFilesLines
* test-p2p: Add test coverage for sending and receiving fdsSimon McVittie2019-09-021-0/+25
| | | | 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-2/+11
| | | | | | | 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>
* Use non-recursive make for tests, and make them into installed-testsSimon McVittie2016-01-201-3/+0
|
* Add support for skipping tests, and use itSimon McVittie2013-05-081-1/+4
| | | | | Now that Python 2.6 isn't a supported version in Debian, it doesn't get a gi module, but we can still get some minimal test coverage.
* Quash a few more deprecations.Barry Warsaw2011-12-171-5/+5
|
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-151-8/+13
|
* Use MIT/X11 license for code owned by Collabora and Red Hat only, as per ↵Simon McVittie2007-09-281-14/+18
| | | | | | Havoc's permission (Message-ID: <815098350709271800k2505485dlef9414609d392b48@mail.gmail.com>)
* test/test-p2p.py: Added. Test "peer-to-peer" connections.Simon McVittie2007-04-301-0/+91
(Actually tested by connecting to the bus daemon, because I haven't implemented a Python binding for DBusServer yet.)