1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-16 04:49:08 +00:00
trezor-firmware/tests/test_device_recover.py

13 lines
220 B
Python
Raw Normal View History

import unittest
import common
from trezorlib import messages_pb2 as messages
class TestDeviceRecover(common.TrezorTest):
def test_recover_device(self):
pass
if __name__ == '__main__':
unittest.main()