index
:
delta/dbus-python.git
310-ci
huangpeng-dbusserver-monolithic
master
purity
wip/smcv/build
wip/smcv/invalid-unix-fd
gitlab.freedesktop.org: dbus/dbus-python.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: Exercise handling of invalid/negative Unix fds
wip/smcv/invalid-unix-fd
Simon McVittie
2022-09-06
2
-1
/
+58
*
meson: Make installed-tests from multiple builds co-installable
Simon McVittie
2022-09-05
1
-2
/
+2
*
Add a Meson build system
Simon McVittie
2022-09-05
5
-0
/
+225
*
Reinstate test coverage for pip install dbus-python
Simon McVittie
2022-09-05
2
-0
/
+12
*
Add licensing information in REUSE format
Simon McVittie
2022-09-05
3
-1
/
+8
*
add set_allow_interactive_authorization / get_allow_interactive_authorization...
Ricter Zheng
2022-04-27
1
-0
/
+6
*
Remove support for Python 2
Simon McVittie
2021-09-15
8
-258
/
+32
*
tests: Exercise negative variant_level for UnixFd type
Simon McVittie
2021-07-19
1
-0
/
+3
*
tests: Stop calling GLib.threads_init
Simon McVittie
2020-11-23
3
-3
/
+0
*
tests: Use gi.repository.GLib to avoid deprecation warnings
Simon McVittie
2020-11-23
6
-31
/
+31
*
Add support for testing without tappy
Simon McVittie
2020-01-11
8
-63
/
+67
*
test: Expand test coverage for int(), str(), unicode() of our types
Simon McVittie
2019-11-21
1
-3
/
+79
*
Fix NO_REPLY test for Python 3
Simon McVittie
2019-09-02
1
-1
/
+2
*
Configure test bus to allow unrequested replies
Simon McVittie
2019-09-02
1
-0
/
+2
*
Add a test for NO_REPLY method calls
Simon McVittie
2019-09-02
2
-0
/
+80
*
test-p2p: Add test coverage for sending and receiving fds
Simon McVittie
2019-09-02
2
-0
/
+33
*
Add basic test coverage for UnixFd
Simon McVittie
2019-09-02
1
-0
/
+31
*
Silence -Wcast-function-type with gcc 8
Simon McVittie
2019-07-23
1
-1
/
+1
*
with-session-bus.sh: Remove unused script
Simon McVittie
2019-07-15
1
-106
/
+0
*
Add clearer licensing information in SPDX format
Simon McVittie
2019-07-15
17
-1
/
+35
*
Remove remaining support for Ubuntu 14.04 'trusty'
Simon McVittie
2019-07-15
1
-1
/
+2
*
cross-test-server: Avoid a race condition in the client
Simon McVittie
2018-05-09
1
-4
/
+9
*
cross-test-client: Wait until default method timeout for Exit()
Simon McVittie
2018-05-09
1
-2
/
+0
*
Avoid using async keyword
Simon McVittie
2018-01-29
2
-5
/
+5
*
Revert "test/import-repeatedly: skip on Python 3.6 for now"
Simon McVittie
2017-11-01
1
-11
/
+0
*
Drop support for Python 2.6, along with several workarounds
Simon McVittie
2016-08-11
1
-32
/
+14
*
test/import-repeatedly: skip on Python 3.6 for now
Simon McVittie
2016-08-11
1
-0
/
+11
*
import-repeatedly: detect exceptions
Simon McVittie
2016-08-11
1
-1
/
+4
*
Use TAP syntax for all directly-run tests
Simon McVittie
2016-08-11
9
-58
/
+130
*
unicode test: cope with Python 2.6 as provided on travis-ci
Simon McVittie
2016-03-06
1
-1
/
+4
*
run-test: avoid "test: =: unary operator expected"
Simon McVittie
2016-03-05
1
-2
/
+3
*
Fix Unicode tests on narrow Python builds
Simon McVittie
2016-03-05
1
-10
/
+29
*
Add a regression test for the version numbering
Simon McVittie
2016-03-05
1
-0
/
+14
*
Move dbus-python.h to a dbus subdirectory
Simon McVittie
2016-03-05
1
-1
/
+1
*
Make all test scripts properly executable
Simon McVittie
2016-02-22
7
-0
/
+4
*
Use gi instead of gobject, everywhere except dbus.gobject_service
Simon McVittie
2016-01-20
1
-2
/
+2
*
Replace hard-coded sleep with a wait for the D-Bus name to appear
Simon McVittie
2016-01-20
2
-6
/
+70
*
Use non-recursive make for tests, and make them into installed-tests
Simon McVittie
2016-01-20
10
-225
/
+93
*
Use non-recursive make for everything except tests
Simon McVittie
2016-01-20
1
-1
/
+1
*
Simplify testing by using dbus-run-session and Automake "log compiler"
Simon McVittie
2015-12-06
4
-167
/
+167
*
Use AX_COMPILER_FLAGS
Simon McVittie
2015-12-06
1
-7
/
+19
*
Update build system for Automake 1.13 (parallel test driver)
Simon McVittie
2015-12-05
1
-7
/
+9
*
distribute new tests
dbus-python-1.2.0
Simon McVittie
2013-05-08
1
-0
/
+2
*
Add support for skipping tests, and use it
Simon McVittie
2013-05-08
7
-15
/
+62
*
utf8 test: pass when used with dbus 1.6.10, 1.7.2
Simon McVittie
2013-05-08
1
-16
/
+25
*
Unset DBUS_STARTER_ADDRESS, DBUS_STARTER_BUS_TYPE
Simon McVittie
2013-04-22
1
-0
/
+2
*
Slightly better test coverage
Simon McVittie
2012-10-16
1
-0
/
+4
*
Use a form of assertRaises() that works in Python 2.6
Simon McVittie
2012-10-16
1
-3
/
+2
*
Skip test_dbus_exception_convert_str_fail under unusual default encodings
Simon McVittie
2012-10-16
1
-3
/
+8
*
Support unicode messages for DBusException in Python 2
Michael Vogt
2012-10-16
3
-0
/
+95
[next]