Zondax / ledger-rust

Apache License 2.0
2 stars 4 forks source link

Console UI #9

Open ghost opened 2 years ago

ghost commented 2 years ago

After internal design discussion in the past we wanted to build a "console" UI so that the app could be tested in integration tests without having to rely on Zemu to receive all bits of the UI, but instead print to console or similar.

Currently we have a MockDriver dedicated for this but it's not quite right, as it takes something that prints the UI and gets all the pages out of it, instead of acting as a backend to the normal functionality.

We do have a stub "console" ui, but it's all stubs

See related Zondax/ledger-tezos#92

/cc @jleni

:link: zboto Link