[danbooru] add tests for booruvar

This commit is contained in:
Mike Fährmann
2023-07-18 18:29:57 +02:00
parent 822a77d846
commit 63326e3168
3 changed files with 22 additions and 2 deletions

View File

@@ -322,7 +322,8 @@ def setup_test_config():
config.set(("extractor", "mangoxo") , "username", "LiQiang3")
config.set(("extractor", "mangoxo") , "password", "5zbQF10_5u25259Ma")
for category in ("danbooru", "atfbooru", "aibooru", "e621", "e926",
for category in ("danbooru", "atfbooru", "aibooru", "booruvar",
"e621", "e926",
"instagram", "twitter", "subscribestar", "deviantart",
"inkbunny", "tapas", "pillowfort", "mangadex"):
config.set(("extractor", category), "username", None)