use secretspec_derive::declare_secrets;
#[test]
fn test_basic_secrets() {
declare_secrets!("tests/fixtures/basic.toml");
}
#[test]
fn test_profile_specific_secrets() {
declare_secrets!("tests/fixtures/profiles.toml");
}
#[test]
fn test_empty_secrets() {
declare_secrets!("tests/fixtures/empty.toml");
}