diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-10-28 11:40:50 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-10-28 11:40:50 +0100 |
| commit | 521c53832867b98b1f95e5f5e0c4c763ce1fbe7d (patch) | |
| tree | 4f07627ba1ec0eca607ed0143c1a9129cbe2655b /tests/test_ui.py | |
| parent | Add provider for Nature (diff) | |
| parent | Merge branch 'feature/tandfonline' (diff) | |
| download | paper2remarkable-521c53832867b98b1f95e5f5e0c4c763ce1fbe7d.tar.gz paper2remarkable-521c53832867b98b1f95e5f5e0c4c763ce1fbe7d.zip | |
Merge branch 'master' into feature/nature
Diffstat (limited to 'tests/test_ui.py')
| -rw-r--r-- | tests/test_ui.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_ui.py b/tests/test_ui.py index a1eb372..e485bfe 100644 --- a/tests/test_ui.py +++ b/tests/test_ui.py @@ -102,6 +102,11 @@ class TestUI(unittest.TestCase): "https://confcats_isif.s3.amazonaws.com/web-files/journals/entries/Nonlinear%20Kalman%20Filters.pdf", ), ( + PdfUrl, + "https://publications.aston.ac.uk/id/eprint/38334/1/5th_Artificial_Neural_Networks.pdf", + "https://publications.aston.ac.uk/id/eprint/38334/1/5th_Artificial_Neural_Networks.pdf", + ), + ( JMLR, "https://www.jmlr.org/papers/volume17/14-526/14-526.pdf", "https://www.jmlr.org/papers/volume17/14-526/14-526.pdf", |
