test(gpodder): implement full test suite

* these tests were partially generated using AI, and reviewed by me
* there are 4 failing tests related to subscription counts; this is
  known functionality that still needs to be implemented
This commit is contained in:
Jef Roosens 2026-05-06 21:43:48 +02:00
parent 8498fe9661
commit c2e0c4d091
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
11 changed files with 1813 additions and 4 deletions

View file

@ -1,6 +1,6 @@
use chrono::{DateTime, Utc};
#[derive(Clone, Debug, PartialEq, Eq)]
#[derive(Clone, Debug, PartialEq, Eq, Default)]
pub struct User {
pub id: i64,
pub username: String,