summaryrefslogtreecommitdiffstats
path: root/test/test_results.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_results.py')
-rw-r--r--test/test_results.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/test_results.py b/test/test_results.py
index a594032..d54017e 100644
--- a/test/test_results.py
+++ b/test/test_results.py
@@ -25,13 +25,14 @@ TRAVIS_SKIP = {
"exhentai", "mangafox", "dynastyscans", "nijie", "instagram", "ngomik",
"archivedmoe", "archiveofsins", "thebarchive", "fireden", "4plebs",
"sankaku", "idolcomplex", "mangahere", "mangadex", "sankakucomplex",
- "warosu", "fuskator", "patreon", "komikcast",
+ "warosu", "fuskator", "patreon", "komikcast", "twitter",
}
# temporary issues, etc.
BROKEN = {
+ "imgbox",
"imagevenue",
- "ngomik",
+ "mangapanda",
"photobucket",
}
@@ -296,6 +297,7 @@ class TestFormatter(util.Formatter):
def setup_test_config():
name = "gallerydl"
email = "gallerydl@openaliasbox.org"
+ email2 = "gallerydl@protonmail.com"
config.clear()
config.set(("cache",), "file", None)
@@ -307,6 +309,7 @@ def setup_test_config():
config.set(("extractor", "nijie") , "username", email)
config.set(("extractor", "seiga") , "username", email)
+ config.set(("extractor", "pinterest") , "username", email2)
config.set(("extractor", "newgrounds"), "username", "d1618111")
config.set(("extractor", "newgrounds"), "password", "d1618111")