1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-14 11:59:11 +00:00
trezor-firmware/tests/test_signtx.py

11 lines
220 B
Python

import unittest
import common
class TestSignTx(common.BitkeyTest):
'''
def test_signtx(self):
print self.bitkey.sign_tx([], [])
'''
if __name__ == '__main__':
unittest.main()