pytest: first batch with test_feeds
Some checks failed
continuous-integration/drone/push Build is failing

And multiple related fixes
This commit is contained in:
2022-01-31 08:32:34 +01:00
parent d6b90448f3
commit 32645548c2
11 changed files with 257 additions and 5 deletions

View File

@@ -0,0 +1,16 @@
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
{
"title": "!TITLE!",
"desc": "!DESC!",
"items": [
{
"title": "!ITEM_TITLE!",
"time": "2022-01-01T00:00:01+0100",
"url": "!ITEM_LINK!",
"desc": "!ITEM_DESC!",
"content": "!ITEM_CONTENT!"
}
]
}