From 420fde12b0de456ffe90522130366edc2113ce03 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Fri, 27 May 2022 20:52:29 +0200 Subject: [PATCH] Test MangaDex again --- tests/modules/conftest.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/modules/conftest.py b/tests/modules/conftest.py index 04eb7d8d1..3973f7b2a 100644 --- a/tests/modules/conftest.py +++ b/tests/modules/conftest.py @@ -1,7 +1,7 @@ # SPDX-License-Identifier: MIT # Copyright (C) 2004-2008 Tristan Seligmann and Jonathan Jacobs # Copyright (C) 2012-2014 Bastian Kleineidam -# Copyright (C) 2015-2020 Tobias Gruetzmacher +# Copyright (C) 2015-2022 Tobias Gruetzmacher import re import os @@ -15,8 +15,7 @@ def get_test_scrapers(): """Return scrapers that should be tested.""" if 'TESTALL' in os.environ: # test all comics (this will take some time) - # ignore mangadex for now (site is temporary down) - scraper_pattern = '^(?!MangaDex)' + return scrapers.get() elif 'TESTCOMICS' in os.environ: scraper_pattern = os.environ['TESTCOMICS'] else: