1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-18 03:10:58 +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 style(python): extend style checks to more targets 2023-08-16 13:29:51 +02:00
test_cosi.py chore(python): regenerate GNU copyright headers 2021-12-07 16:55:58 +01:00
test_firmware.py refactor(core): move vendor headers to model specific directories 2024-07-16 15:56:28 +02:00
test_merkle_tree.py style(python): extend style checks to more targets 2023-08-16 13:29:51 +02:00
test_nem.py chore(python): regenerate GNU copyright headers 2021-12-07 16:55:58 +01:00
test_protobuf_encoding.py refactor(python/protobuf): allow field types imported in the same module 2024-06-25 13:43:13 +02:00
test_protobuf_misc.py refactor(python/protobuf): allow field types imported in the same module 2024-06-25 13:43:13 +02:00
test_rlp.py fix(python): drop simple-rlp dependency and use internal copy 2023-10-11 13:04:26 +02:00
test_stellar.py feat(common & core & legacy & python/stellar): add support for ClaimClaimableBalanceOp. 2023-12-11 11:14:33 +01:00
test_tools.py feat(python): introduce a deprecation helper 2025-01-17 11:28:12 +01:00
test_transport.py style(python): extend style checks to more targets 2023-08-16 13:29:51 +02:00