From 5416a2570e7167ca2e62352dda10d2f371b994a7 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 23 Apr 2018 17:36:22 -0700 Subject: start work on api client --- tests/api_client.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/api_client.py (limited to 'tests/api_client.py') diff --git a/tests/api_client.py b/tests/api_client.py new file mode 100644 index 00000000..37e3da56 --- /dev/null +++ b/tests/api_client.py @@ -0,0 +1,14 @@ + +import pytest +import fatcat.api_client +from fixtures import * + + +def test_client_health(api_client): + assert api_client.health() != None + + +def test_import_crossref(api_client): + api_client.import_crossref_file('tests/files/crossref-works.2018-01-21.badsample.json') + + # TODO: use API to check that entities actually created... -- cgit v1.2.3