LBRY-Vault/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 Moved bitcoin.py tests to their own file 2014-06-25 07:35:49 +02:00
test_bitcoin.py rm failing tests 2014-08-28 17:48:59 +02:00
test_simple_config.py Fix SimpleConfig 2015-05-25 15:16:19 +09:00
test_util.py Shouldn't redo URI encoding 2014-06-30 11:10:50 -04:00
test_wallet.py remove tests broken after WalletStorage update 2015-05-11 11:59:39 +02:00