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.
This commit is contained in:
parent
8954104954
commit
8498fe9661
10 changed files with 89 additions and 89 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
|
@ -837,11 +837,20 @@ dependencies = [
|
|||
"diesel",
|
||||
"diesel_migrations",
|
||||
"gpodder",
|
||||
"gpodder_test",
|
||||
"libsqlite3-sys",
|
||||
"rand",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "gpodder_test"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"gpodder",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "half"
|
||||
version = "2.6.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue