e47d2c920b
Daemon::spawn_with_env for extra child environment, database_path() and media_root() accessors so a test can seed a media file directly, the daemon built with translate-command, and the plausible/farfetched Podnapisi zip fixtures the subtitle tests download from.
27 lines
579 B
TOML
27 lines
579 B
TOML
[package]
|
|
name = "arr-e2e"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
reqwest = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
tempfile = { workspace = true }
|
|
tokio = { workspace = true }
|
|
wiremock = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
arr-db = { workspace = true }
|
|
arr-dl = { workspace = true }
|
|
arr-indexer = { workspace = true }
|
|
arr-meta = { workspace = true }
|
|
chrono = { workspace = true }
|
|
sqlx = { workspace = true }
|
|
uuid = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|