Commit Graph

34 Commits (e972839ac7d00b732c04f57f42a343c0bc8b4d88)

Author SHA1 Message Date
matejcik e972839ac7 style(all): fix pylint complaints
3 years ago
matejcik b3312d1ef7 fix(tests): set_filter must be used in with-block
3 years ago
matejcik 7cdde940af chore(tests): adapt device tests to paging information ButtonRequests
3 years ago
matejcik cdf55d2fac tests: get rid of skip_ui (fixes #1409)
3 years ago
matejcik e4785d47e0 style: apply black 20.8b1
4 years ago
matejcik 08d896f2f9 chore(tests): update to kwargs usage and new btc.sign_tx API
4 years ago
Martin Milata cff4955f93 core: implement SafetyChecks.PromptTemporarily
4 years ago
Andrew Kozlik 4fc4152741 tests: Fix device tests for streamimg prev_tx after confirmation.
4 years ago
Andrew Kozlik fb1f1acad6 tests: Add device test for nLockTime in Bitcoin.
4 years ago
Martin Milata 927ee0812b core: add hard limit for transaction fees
4 years ago
Martin Milata 75fa9dee77 test_msg_signtx: proto -> messages
4 years ago
Andrew Kozlik c7bc945d95 tests: Test transaction with multiple change-outputs.
4 years ago
matejcik 7a3637d5b0 core/sign_tx: add checks for version_group_id and branch_id fields
4 years ago
matejcik d804680552 tests: simplify code of test_msg_signtx
4 years ago
matejcik 29db769185 tests: update test vectors to use correct paths
4 years ago
matejcik feaaaf8973 tests: simplify code of test_msg_signtx
4 years ago
Tomas Susanka a0c8f8f00e tests/signing: add more tests for incorrect script type
4 years ago
matejcik 5885978c83 Merge branch 'release/2020-04'
4 years ago
matejcik 1b50877545 tests: streamline TrezorFailure exception usage
4 years ago
matejcik b440ca1ec5 python: drop deprecated name CallException
4 years ago
matejcik b3569a53e6 tests: update tx_cache usages
4 years ago
Tomas Susanka ae4f927a45 tests: test incorrect script type
4 years ago
matejcik ed464f3d47 all: ensure expiry, timestamp and extra_data are blocked as appropriate
4 years ago
matejcik 303c05aba7 core/sign_tx: check if prev_tx has enough outputs to match prev_index
4 years ago
matejcik 5b7d11e4ee tests: remove explicit timeouts from test suite
4 years ago
matejcik 066686a20c tests: raise timeouts for slow tests
4 years ago
Tomas Susanka 51ef963738 tests: introduce UI tests for core
4 years ago
Andrew Kozlik 1ca1d77bf7
tests/sign_tx: Add a test to ensure that if the change output is modified after the user confirms the transaction, then signing fails.
5 years ago
matejcik e89a913b1b tests: fix relative imports
5 years ago
matejcik e3ceef2af6 tests: drop all explicit conftest references
5 years ago
matejcik 56f5f73550 tests: drop TrezorTest class
5 years ago
matejcik e0f55be7a6 tests: convert from self.client to the client fixture
5 years ago
matejcik eb6f6dd572 tests: move tx_cache impl
5 years ago
matejcik b4fa6f2a7f tests: move device tests to top-level
5 years ago