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-13 19:18:56 +00:00
Code
Issues
Releases
Wiki
Activity
2be0a4d31a
trezor-firmware
/
tests
/
common.py
8 lines
97 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
src+tests: make flake8 happy; explicitly mark E722 ignores (bare excepts)
2018-02-26 23:29:00 +00:00
tests: move to /tests to avoid freezing
2016-11-06 16:04:25 +00:00
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