summaryrefslogtreecommitdiff
path: root/test/test-p2p.py
AgeCommit message (Expand)AuthorFilesLines
2021-09-15Remove support for Python 2Simon McVittie1-13/+2
2020-11-23tests: Stop calling GLib.threads_initSimon McVittie1-1/+0
2020-11-23tests: Use gi.repository.GLib to avoid deprecation warningsSimon McVittie1-3/+3
2020-01-11Add support for testing without tappySimon McVittie1-9/+2
2019-09-02test-p2p: Add test coverage for sending and receiving fdsSimon McVittie1-0/+25
2019-07-15Add clearer licensing information in SPDX formatSimon McVittie1-0/+2
2016-08-11Use TAP syntax for all directly-run testsSimon McVittie1-2/+11
2016-02-22Make all test scripts properly executableSimon McVittie1-0/+0
2016-01-20Use non-recursive make for tests, and make them into installed-testsSimon McVittie1-3/+0
2013-05-08Add support for skipping tests, and use itSimon McVittie1-1/+4
2011-12-17Quash a few more deprecations.Barry Warsaw1-5/+5
2011-12-15This is the big one; it adds Python 3 support.Barry Warsaw1-8/+13
2007-09-28Use MIT/X11 license for code owned by Collabora and Red Hat only, as per Havo...Simon McVittie1-14/+18
2007-04-30test/test-p2p.py: Added. Test "peer-to-peer" connections.Simon McVittie1-0/+91