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

@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* CLI command to toggle admin status of users
* Admin user management page
### Changed
* Gpodder repository implementation is now properly tested
## [0.3.0](https://git.rustybever.be/Chewing_Bever/otter/src/tag/0.3.0)
### Added