flo-electrum/lib/tests
Ben Woosley 53320470f5 Format the transaction window fee rate with 1 decimal place (#4286)
* Fix format_satoshi to properly handle non-integer values

Handling the integer and fraction parts together via string formatting
simplifies the initial composition because the default behavior manages
the - sign, and the incorporation of the fractional part.

* Limit fee rate output to one decimal place

Via a new precision arg

* Introduce format_fee_satoshis and use it for all fee display
2018-04-24 18:54:14 +02:00
..
__init__.py tests: class TestCaseForTestnet 2018-04-01 15:50:24 +02:00
test_bitcoin.py bitcoin.py: fix op_push 2018-04-14 16:13:51 +02:00
test_commands.py fix parsing values in setconfig (#4225) 2018-04-06 18:53:13 +02:00
test_interface.py remove six 2017-10-24 14:04:16 +02:00
test_mnemonic.py remove six 2017-10-24 14:04:16 +02:00
test_simple_config.py fix tests 2018-01-16 10:52:41 +01:00
test_storage_upgrade.py fix: wallet storage upgrade 13b had incorrect assumptions 2017-11-02 09:49:11 +01:00
test_transaction.py transaction.get_address_from_output_script now handles witness version > 0 2018-03-18 06:18:48 +01:00
test_util.py Format the transaction window fee rate with 1 decimal place (#4286) 2018-04-24 18:54:14 +02:00
test_wallet_vertical.py fix prev 2018-04-01 16:52:24 +02:00
test_wallet.py remove six 2017-10-24 14:04:16 +02:00