aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2020-05-11Allow underscore in urlsGertjan van den Burg1-0/+5
2020-05-02Various improvements to dearxiv functionalityGertjan van den Burg2-2/+68
2020-04-28Add unit test for image urls with trailing slashGertjan van den Burg1-0/+8
2020-04-27Add unit test for this bugGertjan van den Burg1-0/+10
2020-04-15Properly check for the installed pdf toolGertjan van den Burg1-0/+21
This fixes #42.
2020-04-08Be more robust against spaces in pdf fileGertjan van den Burg1-1/+34
This caused problems where the arxiv stamp was not removed for some files. This commit adds tests for this and fixes the issue.
2020-04-04Code formattingGertjan van den Burg1-9/+9
2020-04-04Fix provider selection for redirected urlsGertjan van den Burg1-0/+203
Some urls, such as the arXiv urls with the : in the identifier, didn't work when using the UI interface because the redirected url wasn't past to the provider, but the original url was. This commit fixes that issue and adds unit tests for the provider selection function, hopefully making this more robust in the future.
2020-04-04Move arXiv tests to a separate fileGertjan van den Burg2-14/+29
2020-04-04Add unit testGertjan van den Burg1-1/+2
2020-02-21Add provider for JMLRGertjan van den Burg1-1/+15
2020-02-19Merge branch 'master' into feature/provider_nberGertjan van den Burg1-2/+2
2020-02-19Extract filename from url with pdf_url providerGertjan van den Burg1-2/+2
Fixes #25
2020-02-19Add NBER providerGertjan van den Burg1-0/+15
2020-02-04Add another test for the html providerGertjan van den Burg1-0/+8
2020-01-31[WIP] Initial commit of HTML providerGertjan van den Burg1-0/+8
2020-01-30[WIP] Provider for Taylor and Francis OnlineGertjan van den Burg1-0/+15
2020-01-28Add support for older arXiv papersGertjan van den Burg1-0/+16
2020-01-10Simplify testingGertjan van den Burg1-11/+2
2020-01-07Update ACM provider to new site structureGertjan van den Burg1-1/+10
2019-12-27Add citeseerx providerGertjan van den Burg1-0/+24
2019-10-29Add NeurIPS provider (fixes #12)Gertjan van den Burg1-0/+15
2019-10-25Add PMLR provider (closes #8 and #13)Gertjan van den Burg1-0/+29
2019-10-25Fix arxiv stamp removal regex and add testsGertjan van den Burg1-4/+18
2019-10-25Fix for alternative arXiv urls (#7)Gertjan van den Burg1-2/+9
2019-10-24Rename unit test fileGertjan van den Burg1-4/+4
2019-10-24Move tests to separate directoryGertjan van den Burg1-0/+106