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:
parent
8498fe9661
commit
c2e0c4d091
11 changed files with 1813 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue