oxrlib/tests
Brett Smith 936237eceb config: Nicer determination of default currency for converting/signing.
base defaults to USD more as an API restriction than anything else, so avoid
using it as a default setting.  Instead, use the user's books denomination
or locale setting.
2017-06-09 13:22:12 -04:00
..
config_ini config: Begin Configuration class. 2017-05-16 09:19:37 -04:00
filecache cache: Refactor out CacheBase from FileCache. 2017-05-12 11:58:35 -04:00
__init__.py cache: Add CacheWriter.save_rate method. 2017-05-12 13:48:21 -04:00
historical1.json rate: Add Rate.convert method. 2017-05-16 12:26:32 -04:00
test_CacheWriter.py tests: Rename TestCacheFile to avoid pytest warnings. 2017-05-17 17:33:15 -04:00
test_Configuration.py config: Nicer determination of default currency for converting/signing. 2017-06-09 13:22:12 -04:00
test_FileCache.py cache: Refactor out CacheBase from FileCache. 2017-05-12 11:58:35 -04:00
test_historical.py historical: Add a setting to denominate Ledger conversions. 2017-06-09 11:06:51 -04:00
test_LoaderChain.py LoaderChain: Add should_cache() method. 2017-05-17 12:27:20 -04:00
test_OXRAPIRequest.py errors: Start module. 2017-05-12 08:12:21 -04:00
test_Rate.py rate: Add Rate.convert method. 2017-05-16 12:26:32 -04:00