aboutsummaryrefslogtreecommitdiff
path: root/tests/test_ui.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_ui.py')
-rw-r--r--tests/test_ui.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_ui.py b/tests/test_ui.py
index 6dfdaa6..5ecb3e1 100644
--- a/tests/test_ui.py
+++ b/tests/test_ui.py
@@ -22,6 +22,7 @@ from paper2remarkable.providers import (
Arxiv,
CiteSeerX,
CVF,
+ ECCC,
HTML,
IACR,
JMLR,
@@ -214,6 +215,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)