1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 18:39:05 +00:00
trezor-firmware/tests/test_trezor.msg.py

14 lines
200 B
Python
Raw Normal View History

from common import *
from trezor.crypto import random
from trezor import msg
class TestMsg(unittest.TestCase):
2017-04-21 16:23:39 +00:00
def test_usb(self):
pass
if __name__ == '__main__':
unittest.main()