LBRY-Vault/electrum/tests
Filip Gospodinov c42f0dac53 test_bitcoin: fix decorators for running tests twice (#4669)
This bug is triggered if ecc_fast._libsecp256k1 and/or
crypto.AES are not present.

Before, if the first test would have raised an exception
it would have been implicitly caught by returning from
the finally block and hence this effectively masks the
test's outcome. Now, the exception is properly propagated
causing the test to fail if an exception is raised.
2018-08-30 18:53:14 +02:00
..
__init__.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
test_bitcoin.py test_bitcoin: fix decorators for running tests twice (#4669) 2018-08-30 18:53:14 +02:00
test_commands.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
test_dnssec.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
test_interface.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
test_mnemonic.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
test_simple_config.py follow-up prev: fix bug in fee_to_depth, and typo and tests 2018-07-14 19:02:41 +02:00
test_storage_upgrade.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
test_transaction.py transaction.py: fix script_GetOp for malformed scripts 2018-08-28 20:17:21 +02:00
test_util.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
test_wallet.py file reorganization with top-level module 2018-07-13 14:01:37 +02:00
test_wallet_vertical.py transaction: introduce TxOutput namedtuple 2018-08-01 19:10:08 +02:00
test_x509.py x509: handle dates in the 22nd century 2018-08-24 14:56:58 +02:00