trezor-core/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 09:23:39 -07:00
def test_usb(self):
pass
if __name__ == '__main__':
unittest.main()