diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-22 12:20:13 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-22 12:37:20 -0800 |
commit | 92f1daffad3361f8cfb88fe71e59b8a0b0a15770 (patch) | |
tree | 30ead10673063f009489cfd94fbdfae5b6718b53 /python/tests/api_misc.py | |
parent | 335c065a15969886384fa624a770bd21a3820742 (diff) | |
download | fatcat-92f1daffad3361f8cfb88fe71e59b8a0b0a15770.tar.gz fatcat-92f1daffad3361f8cfb88fe71e59b8a0b0a15770.zip |
more per-entity tests
Diffstat (limited to 'python/tests/api_misc.py')
-rw-r--r-- | python/tests/api_misc.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/python/tests/api_misc.py b/python/tests/api_misc.py index 3510ea82..0a0f16da 100644 --- a/python/tests/api_misc.py +++ b/python/tests/api_misc.py @@ -8,14 +8,6 @@ from fatcat_client.rest import ApiException from fixtures import * -def test_lookups(api): - - api.lookup_creator(orcid='0000-0003-3118-6859') - api.lookup_container(issnl='1549-1277') - api.lookup_file(sha256='ffc1005680cb620eec4c913437dfabbf311b535cfe16cbaeb2faec1f92afc362') - api.lookup_release(pmid='54321') - api.lookup_release(isbn13='978-3-16-148410-0') - def test_lookup_hide_extend(api): r = api.lookup_release(doi='10.1371/journal.pmed.0020124') |