1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 10:29:01 +00:00
trezor-firmware/tests/test_trezor.msg.py
2017-04-21 18:23:39 +02:00

14 lines
200 B
Python

from common import *
from trezor.crypto import random
from trezor import msg
class TestMsg(unittest.TestCase):
def test_usb(self):
pass
if __name__ == '__main__':
unittest.main()