Reenable DrunkDuck tests.
This commit is contained in:
parent
d365b565cd
commit
adbff1bca1
1 changed files with 0 additions and 4 deletions
|
@ -97,10 +97,6 @@ def generate_comic_testers():
|
|||
scrapers = scraper.get_scrapers()
|
||||
for scraperclass in scrapers:
|
||||
name = 'Test'+scraperclass.__name__
|
||||
# The DrunkDuck webpage has a *lot* of false positives.
|
||||
# Skip them for now.
|
||||
if name.startswith("TestDrunkDuck"):
|
||||
continue
|
||||
g[name] = make_comic_tester(name, scraperclass=scraperclass)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue