1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-20 23:09:13 +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
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
test_transport.py