aboutsummaryrefslogtreecommitdiff
path: root/tests/test_ui.py
AgeCommit message (Collapse)AuthorFilesLines
2021-05-30Merge branch 'master' into feature/provider_ecccGertjan van den Burg1-0/+11
2021-05-30Add provider for ECCC (partially addresses #104)Gertjan van den Burg1-0/+6
2021-05-30Add IACR provider (partially addresses #104)Gertjan van den Burg1-0/+11
2021-05-29Test and fix uploading multiple files (fixes #110)Gertjan van den Burg1-0/+90
2021-03-01Add provider for ACLWebGertjan van den Burg1-0/+6
2021-02-01*actually* fix the failing testGertjan van den Burg1-1/+1
2021-02-01fix failing testGertjan van den Burg1-1/+1
2021-01-07Bugfix for config merge and unit testsGertjan van den Burg1-1/+140
2020-11-05Fixes for new NeurIPS siteGertjan van den Burg1-2/+2
2020-10-28Merge branch 'master' into feature/natureGertjan van den Burg1-0/+5
2020-10-27Add provider for NatureGertjan van den Burg1-0/+6
2020-10-27Bugfix for content type detectionGertjan van den Burg1-0/+5
2020-10-23Add CVF providerGertjan van den Burg1-0/+6
2020-10-20Updates to NBER provider after site updatesGertjan van den Burg1-1/+1
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.