otter/gpodder_sqlite
Jef Roosens 8498fe9661
refactor(test): move existing gpodder_sqlite tests into a separate crate
This refactor allows new implementations of the store contract to reuse
the same tests, ensuring all implementations support the same behavior.
2026-05-06 20:38:04 +02:00
..
benches chore: update to edition 2024; update packages; rename some stuff 2025-06-06 12:50:30 +02:00
migrations feat(gpodder_sqlite): add signup links table 2025-07-02 10:23:22 +02:00
src refactor(test): move existing gpodder_sqlite tests into a separate crate 2026-05-06 20:38:04 +02:00
.env test(gpodder_sqlite): start device tests 2025-03-19 15:00:00 +01:00
.gitignore test(gpodder_sqlite): start device tests 2025-03-19 15:00:00 +01:00
Cargo.lock refactor: split gpodder repository and the sqlite data store implementation into separate crates 2025-03-19 08:54:49 +01:00
Cargo.toml refactor(test): move existing gpodder_sqlite tests into a separate crate 2026-05-06 20:38:04 +02:00
diesel.toml test(gpodder_sqlite): start device tests 2025-03-19 15:00:00 +01:00
Justfile chore: update to edition 2024; update packages; rename some stuff 2025-06-06 12:50:30 +02:00