dosage/tests
Tobias Gruetzmacher 0d8e1b4a6f Fix basepath prefix removal
This was a funny bug that has existed for 9 years. It only manifests if
a scraper name starts with the configured basepath... Since the default
basepath is `Comics`, this might manifest if the user wants to fetch
something like `ComicsKingdom/Tiger`. Internally, dosage was removing
the prefix matching the basepath, so we end up with `Kingdom/Tiger`.
This won't cause any problems as long as this substring is still unique
for all supported comics, but if this now matches multiple comics, an
error is thrown...
2022-06-05 23:55:18 +02:00
..
mocks Fix duplicate module detection 2021-01-19 01:19:07 +01:00
modules Remove unused multi-match logic 2022-06-04 10:56:25 +02:00
responses Fix index feature for GoComics (fixes #155) 2020-03-26 00:43:43 +01:00
conftest.py Switch from appdirs to platformdirs 2022-05-30 01:04:10 +02:00
httpmocks.py Add an xpath extension to match CSS classes 2020-07-31 20:14:04 +02:00
test_comicnames.py Remove unused multi-match logic 2022-06-04 10:56:25 +02:00
test_dosage.py Fix basepath prefix removal 2022-06-05 23:55:18 +02:00
test_helpers.py Update file headers 2020-04-18 13:45:44 +02:00
test_modules.py Disable geoblocking test 2022-04-16 00:11:01 +02:00
test_rss.py Update file headers 2020-04-18 13:45:44 +02:00
test_scraper.py Remove unused multi-match logic 2022-06-04 10:56:25 +02:00
test_singletoninstance.py Update file headers 2020-04-18 13:45:44 +02:00
test_util.py Update file headers 2020-04-18 13:45:44 +02:00
test_vote.py Update file headers 2020-04-18 13:45:44 +02:00
test_xml.py Add an xpath extension to match CSS classes 2020-07-31 20:14:04 +02:00