1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 05:49:11 +00:00
trezor-firmware/python/tests
matejcik 91e8413c7e refactor(python): clean up test_stellar
- removed boilerplate
- shortened some names
- dropped distinction between v0 and v1 tests because there's now no XDR
parsing involved
- shortened test bodies to check only fields relevant to the particular
test case

[no changelog]
2021-09-24 10:30:19 +02:00
..
test_btc.py python: move json_to_tx to btc.from_json, add test cases 2020-03-26 11:30:06 +01:00
test_cosi.py
test_nem.py
test_protobuf_encoding.py feat(common): change all protobuf message type hints to strings 2021-08-05 12:10:30 +02:00
test_protobuf_misc.py feat(common): change all protobuf message type hints to strings 2021-08-05 12:10:30 +02:00
test_stellar.py refactor(python): clean up test_stellar 2021-09-24 10:30:19 +02:00
test_tools.py fix(python): append checksum to descriptors (#1445) 2021-02-05 17:46:02 +01:00
test_transport.py