summaryrefslogtreecommitdiff
path: root/test/test-p2p.py
Commit message (Collapse)AuthorAge
* New upstream version 1.2.16Simon McVittie2020-01-14
|
* test-p2p: Add test coverage for sending and receiving fdsSimon McVittie2019-09-02
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Add clearer licensing information in SPDX formatSimon McVittie2019-07-15
| | | | Signed-off-by: Simon McVittie <smcv@collabora.com>
* Use TAP syntax for all directly-run testsSimon McVittie2016-08-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-22
| | | | Signed-off-by: Simon McVittie <smcv@debian.org>
* Use non-recursive make for tests, and make them into installed-testsSimon McVittie2016-01-20
|
* Add support for skipping tests, and use itSimon McVittie2013-05-08
| | | | | 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-17
|
* This is the big one; it adds Python 3 support.Barry Warsaw2011-12-15
|
* Use MIT/X11 license for code owned by Collabora and Red Hat only, as per ↵Simon McVittie2007-09-28
| | | | | | Havoc's permission (Message-ID: <815098350709271800k2505485dlef9414609d392b48@mail.gmail.com>)
* test/test-p2p.py: Added. Test "peer-to-peer" connections.Simon McVittie2007-04-30
(Actually tested by connecting to the bus daemon, because I haven't implemented a Python binding for DBusServer yet.)