[paheal] normalize "No results" output message (#8313)

This commit is contained in:
Mike Fährmann
2025-09-29 10:01:31 +02:00
parent 3de8d30765
commit 12132667ec
2 changed files with 27 additions and 3 deletions

View File

@@ -60,6 +60,13 @@ __tests__ = (
"#count" : 200,
},
{
"#url" : "https://rule34.paheal.net/post/list/non_existant_tag/1",
"#category": ("shimmie2", "paheal", "tag"),
"#class" : paheal.PahealTagExtractor,
"#count" : 0,
},
{
"#url" : "https://rule34.paheal.net/post/view/481609",
"#category": ("shimmie2", "paheal", "post"),
@@ -116,4 +123,11 @@ __tests__ = (
"width" : 1768,
},
{
"#url" : "https://rule34.paheal.net/post/view/7",
"#category": ("shimmie2", "paheal", "post"),
"#class" : paheal.PahealPostExtractor,
"#count" : 0,
},
)