This refactor allows new implementations of the store contract to reuse the same tests, ensuring all implementations support the same behavior.
9 lines
157 B
TOML
9 lines
157 B
TOML
[package]
|
|
name = "gpodder_test"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
gpodder = { path = "../gpodder" }
|
|
|
|
chrono.workspace = true
|