flo-electrum/lib/tests
Neil Booth e20dfcd3eb Fix SimpleConfig
SimpleConfig claims to handle configuration options in priority
command line, user config, system config, which makes sense.
In fact it appears it used priority command line, system config,
user config.
Also, from the priority ordering, it would seem correct that a
value should be unmodifiable if and only if it's set on the command
line.  Previously anything in the system config would be unmodifiable.

This patch fixes these and cleans the code up a bit.  I noticed this
whilst attempting to unify the 'auto_cycle' setting.

Fixup tests accordingly.
2015-05-25 15:16:19 +09:00
..
__init__.py
test_bitcoin.py
test_simple_config.py Fix SimpleConfig 2015-05-25 15:16:19 +09:00
test_util.py
test_wallet.py remove tests broken after WalletStorage update 2015-05-11 11:59:39 +02:00