aboutsummaryrefslogtreecommitdiffstats
path: root/tests/api_client.py
blob: 37e3da564ea02e2768fcf9f32aca30189379a5a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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...