trezor / python-trezor

:snake: Don't use this repo, use the new monorepo instead:
https://github.com/trezor/trezor-firmware
GNU Lesser General Public License v3.0
201 stars 194 forks source link

Capricoin support tests and minor trezorctl addition. #325

Closed tarpas closed 5 years ago

tarpas commented 5 years ago

This adds tests for https://github.com/trezor/trezor-core/pull/381 . Please comment/merge.

tarpas commented 5 years ago

There is a build (make stylecheck) failure which comes from upstream: flake8 ./trezorlib/tests/device_tests/test_msg_getaddress.py:153:50: F841 local variable 'exc' is assigned to but never used

prusnak commented 5 years ago

I pushed codestyle fix. Please rebase on top of current master and squash the commits into one

tarpas commented 5 years ago

Done.

matejcik commented 5 years ago

looking good. thanks!