Fix warnings; use httpx2 and authors_str
This commit is contained in:
parent
1065838ef7
commit
c481c7c88f
14 changed files with 65 additions and 49 deletions
|
|
@ -42,6 +42,7 @@ def make_feed() -> SimpleNamespace:
|
|||
return SimpleNamespace(
|
||||
added=None,
|
||||
author="Feed Author",
|
||||
authors_str="Entry Author",
|
||||
last_exception=None,
|
||||
last_updated=None,
|
||||
link="https://example.com/feed",
|
||||
|
|
@ -60,6 +61,7 @@ def make_entry(summary: str) -> SimpleNamespace:
|
|||
return SimpleNamespace(
|
||||
added=None,
|
||||
author="Entry Author",
|
||||
authors_str="Entry Author",
|
||||
content=[],
|
||||
feed=feed,
|
||||
feed_url=feed.url,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue