1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-31 01:41:18 +00:00
trezor-firmware/python/tests
matejcik 4610655d77 feat(python): introduce a deprecation helper
it's a Python class that emits a DeprecationWarning if you try to use it
for almost anything
(two exceptions that can't be overriden from the wrapper:
 * isinstance(depr, SomeOtherClass)
 * depr is None)

we will return instances of this class to indicate that a return value
of something will be going away
2025-01-17 11:28:12 +01:00
..
test_btc.py
test_cosi.py
test_firmware.py refactor(core): move vendor headers to model specific directories 2024-07-16 15:56:28 +02:00
test_merkle_tree.py
test_nem.py
test_protobuf_encoding.py
test_protobuf_misc.py
test_rlp.py
test_stellar.py
test_tools.py feat(python): introduce a deprecation helper 2025-01-17 11:28:12 +01:00
test_transport.py