diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-28 16:13:20 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-28 16:13:20 -0700 |
commit | 1855e07ea846126bc27b1419f104a024d78623c7 (patch) | |
tree | 2958d839c9840091db3949993162eb8ed1db0ebe /python/tests/api_client.py | |
parent | f3c9fa0a311dc5413c4964d6183004bff6a5783a (diff) | |
download | fatcat-1855e07ea846126bc27b1419f104a024d78623c7.tar.gz fatcat-1855e07ea846126bc27b1419f104a024d78623c7.zip |
refactor python web interface to work with API backend
Diffstat (limited to 'python/tests/api_client.py')
-rw-r--r-- | python/tests/api_client.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/tests/api_client.py b/python/tests/api_client.py index 37e3da56..9d2ec302 100644 --- a/python/tests/api_client.py +++ b/python/tests/api_client.py @@ -4,8 +4,9 @@ import fatcat.api_client from fixtures import * -def test_client_health(api_client): - assert api_client.health() != None +# TODO: +#def test_client_health(api_client): +# assert api_client.health() != None def test_import_crossref(api_client): |