From f62ee2acf923d04a6b288a034ac1be930a64f326 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Sun, 30 May 2021 16:33:49 +0100 Subject: Add provider for ECCC (partially addresses #104) --- tests/test_ui.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/test_ui.py') diff --git a/tests/test_ui.py b/tests/test_ui.py index 86a3c8e..87b66d8 100644 --- a/tests/test_ui.py +++ b/tests/test_ui.py @@ -22,6 +22,7 @@ from paper2remarkable.providers import ( Arxiv, CiteSeerX, CVF, + ECCC, HTML, JMLR, LocalFile, @@ -203,6 +204,11 @@ class TestUI(unittest.TestCase): "https://www.aclweb.org/anthology/2020.sigmorphon-1.29v2.pdf", "https://www.aclweb.org/anthology/2020.sigmorphon-1.29v2.pdf", ), + ( + ECCC, + "https://eccc.weizmann.ac.il/report/2019/006/", + "https://eccc.weizmann.ac.il/report/2019/006/", + ), ] for exp_prov, url, exp_url in tests: prov, new_url, jar = choose_provider(url) -- cgit v1.2.3