aboutsummaryrefslogtreecommitdiff
path: root/tests/test_ui.py
AgeCommit message (Collapse)AuthorFilesLines
2020-09-25Improve support for Neurips provider (fixes #59)Gertjan van den Burg1-1/+6
2020-08-11Fix failing unit testGertjan van den Burg1-4/+4
2020-05-24Remove extra pdfurl testGertjan van den Burg1-5/+0
This test seems to fail repeatedly on Travis, for no clear reason (it works locally). Since we have another PdfUrl test I don't think it's necessary to have this one too, so I'll remove it.
2020-05-11Allow underscore in urlsGertjan van den Burg1-0/+5
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.