summaryrefslogtreecommitdiffstatshomepage
path: root/tests/plugins/scrapers/test_ehentai_api.py (unfollow)
Commit message (Collapse)AuthorLines
4 daysbackend/plugins: Throw error if E-Hentai response is missing 'gmetadata'Wolfgang Müller-0/+16
It might be that we get a valid (maybe empty) response from the API, in which case we do not want to simply crash because we expect the 'gmetadata' field in the response. Instead, throw a proper ScrapeError for it.
4 daysbackend/tests: Add tests for the E-Hentai APIWolfgang Müller-0/+140