Skip to content

Commit

Permalink
check test config
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanelad committed Dec 15, 2024
1 parent a6ff9f5 commit cfd344b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions loco-new/tests/wizard/new.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ fn test_combination(
.run()
.is_ok());

assert!(cmd!("cat", "config/test.yaml",)
.full_env(&env_map)
// .stdout_null()
// .stderr_null()
.dir(test_dir.path.as_path())
.run()
.is_ok());

cmd!("cargo", "test")
// .stdout_null()
// .stderr_null()
Expand Down

0 comments on commit cfd344b

Please sign in to comment.