From 85f4124d0c70b9fb55e6f549cfd906fcf8783c6f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 12 Oct 2021 20:05:30 -0700 Subject: python: test coverage of rust schema changes --- python/tests/api_releases.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'python/tests/api_releases.py') diff --git a/python/tests/api_releases.py b/python/tests/api_releases.py index 9c70f655..389d9831 100644 --- a/python/tests/api_releases.py +++ b/python/tests/api_releases.py @@ -29,10 +29,11 @@ def test_release(api): wikidata_qid="Q1234", isbn13="978-3-16-148410-0", core="187348", - arxiv="aslkdjfh", + arxiv="math.CA/0611800v2", jstor="8328424", mag="9439328", ark="ark:/12025/654xz321", + hdl="20.123.45/asdf", ), volume="84", number="RFC1234", @@ -144,6 +145,7 @@ def test_release_examples(api): api.lookup_release(jstor='1819117828') api.lookup_release(ark='ark:/13030/m53r5pzm') api.lookup_release(mag='992489213') + api.lookup_release(hdl='20.500.23456/ABC/DUMMY') # failed lookup exception type try: -- cgit v1.2.3