1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 05:28:40 +00:00
trezor-firmware/trezorlib
Tomas Susanka d6f0c54d3e tests: CallException relaced with AssertionException in response validation
Generic exceptions are evil. When throwing a CallException in the
request check you can't distinguish in the tests if it is an Exception
that occured in during the execution (that's CallException) or during
some tests (that used to be CallException as well).
2018-02-22 16:51:34 +01:00
..
messages client: implement PassphraseRequest.on_device handling 2018-02-14 19:11:21 +01:00
qt don't use generic Exception, but rather specific subclass 2017-11-06 11:10:23 +01:00
tests tests/device: two output changes yield error 2018-02-22 14:20:53 +01:00
__init__.py bump version to 0.9.0 2018-02-06 22:12:17 +01:00
ckd_public.py revert ckd_public.py removal of bytes/string handling 2017-12-18 22:40:11 +01:00
client.py tests: CallException relaced with AssertionException in response validation 2018-02-22 16:51:34 +01:00
coins.py Support monacoin (#215) 2018-02-08 14:09:40 +01:00
debuglink.py Rework from Google's protobuf to pure-python protobuf implementation 2017-12-17 02:19:16 +01:00
device.py webusb: don't create usb context on WebUsbTransport import 2018-02-04 12:05:03 +01:00
ed25519cosi.py ed25519: remove py2/py3 handling in ed25519 funcs as well 2017-12-18 22:34:15 +01:00
ed25519raw.py ed25519: remove py2/py3 handling in ed25519 funcs as well 2017-12-18 22:34:15 +01:00
mapping.py Added registering custom protobuf messages by application. 2017-12-17 03:17:37 +01:00
protobuf.py add Sint64 to protobuf 2018-01-30 15:04:24 +01:00
protocol_v1.py Rework from Google's protobuf to pure-python protobuf implementation 2017-12-17 02:19:16 +01:00
protocol_v2.py Removed excessive logging 2017-12-17 02:58:35 +01:00
tools.py revert bytes/str change in tools.py 2017-12-19 16:10:37 +01:00
transport_bridge.py Added get_path() to transports 2018-02-06 21:10:30 +01:00
transport_hid.py Added get_path() to transports 2018-02-06 21:10:30 +01:00
transport_udp.py tests: fix udp debuglink 2018-02-21 15:31:32 +01:00
transport_webusb.py Added get_path() to transports 2018-02-06 21:10:30 +01:00
transport.py transport: add TransportException 2017-09-05 17:16:04 +02:00
tx_api.py Support monacoin (#215) 2018-02-08 14:09:40 +01:00