1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-20 20:31:06 +00:00
trezor-firmware/tests/test_signtx.py

11 lines
220 B
Python
Raw Normal View History

import unittest
import common
class TestSignTx(common.BitkeyTest):
'''
def test_signtx(self):
2012-12-13 19:05:21 +00:00
print self.bitkey.sign_tx([], [])
'''
if __name__ == '__main__':
unittest.main()