Files
notfiles/tests/integration/Cargo.toml
Joseph O'Brien dcbbe6c716 test(integration): add bootstrap flow tests via notstrap::run()
Three tests covering the full bootstrap path: dot-hook execution with
symlink verification, setup-hook skip-on-rerun via state file, and
fail-fast behaviour when the age key is missing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 05:11:50 -04:00

21 lines
520 B
TOML

[package]
name = "integration"
version = "0.1.0"
edition = "2024"
license.workspace = true
publish = false
[[test]]
name = "bootstrap"
path = "tests/bootstrap.rs"
[dev-dependencies]
notstrap = { path = "../../crates/notstrap" }
notfiles = { path = "../../crates/notfiles" }
nothooks = { path = "../../crates/nothooks" }
notsecrets = { path = "../../crates/notsecrets" }
notcore = { path = "../../crates/notcore" }
tempfile = { workspace = true }
assert_fs = { workspace = true }
anyhow = { workspace = true }