Python 3.4 - gelisa/txdbus GitHub Wiki
Original code:
tested via tox
- client_tests.py ... OK
- test_authentication.py ... OK
- test_client_against_internal_bus.py ... OK
- test_client_against_native_bus ... OK
- test_endpoints ... OK
- test_marshal test_byte_bytearray, lines 48,229,269:
test_marshal.py:91: DeprecationWarning: Please use assertEqual instead.
ERROR: test_bytearray (.SigFromPyTests)
Errors in 3 lines:
File "txdbus/txdbus/test/test_marshal.py", line 48, in test_bytearray
self.t(bytearray('\xAA\xAA'), 'ay')
TypeError: string argument without an encoding
File "txdbus/txdbus/test/test_marshal.py", line 229, in test_byte_bytearray
self.check('ay', bytearray('\xaa\xaa'), pack('iBB', 2, 170, 170))
TypeError: string argument without an encoding
File "txdbus/txdbus/test/test_marshal.py", line 269, in test_bytearray
self.check('v', bytearray('\xAA\xAA'), \
pack('B2siBB', 2, 'ay', 2, 170, 170))
TypeError: string argument without an encoding
- test_message ... OK
- test_objects ... OK
- test_validators ... OK