mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
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. |
||
---|---|---|
.. | ||
__init__.py | ||
test_bitcoin.py | ||
test_commands.py | ||
test_dnssec.py | ||
test_interface.py | ||
test_mnemonic.py | ||
test_simple_config.py | ||
test_storage_upgrade.py | ||
test_transaction.py | ||
test_util.py | ||
test_wallet.py | ||
test_wallet_vertical.py | ||
test_x509.py |