This website requires JavaScript.
Explore
Help
Sign In
arno
/
trezor-firmware
Watch
1
Star
0
Fork
0
You've already forked trezor-firmware
mirror of
https://github.com/trezor/trezor-firmware.git
synced
2024-11-09 17:10:17 +00:00
Code
Issues
Releases
Wiki
Activity
02358b3932
trezor-firmware
/
tests
/
common.py
7 lines
96 B
Python
Raw
Normal View
History
Unescape
Escape
tests: move to /tests to avoid freezing
2016-11-06 16:04:25 +00:00
import
sys
sys
.
path
.
append
(
'
../src
'
)
from
ubinascii
import
hexlify
,
unhexlify
remove src/lib
2017-08-14 09:09:47 +00:00
tests: cleanup flake8 warnings
2017-12-16 01:11:26 +00:00
import
unittest
Reference in New Issue
Copy Permalink