Added binding convention to the config file.

This commit is contained in:
Michael Lazar
2016-02-09 00:43:41 -08:00
parent 2a9bf95947
commit 2f093e47a8
3 changed files with 111 additions and 9 deletions

View File

@@ -103,6 +103,12 @@ def test_config_from_file():
assert config.config == args
def test_config_keys():
config = Config()
pass
def test_config_refresh_token():
"Ensure that the refresh token can be loaded, saved, and removed"