You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/tests/test_signtx.py

11 lines
220 B

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