Skip to content

Commit

Permalink
Move manifest tests from spin-loader to spin-trigger
Browse files Browse the repository at this point in the history
Also convert them to "ui tests" which stick their expected output in a
file next to the input which can be updated with BLESS=1.

Signed-off-by: Lann Martin <[email protected]>
  • Loading branch information
lann committed Oct 4, 2023
1 parent ea2865c commit 6fb8a14
Show file tree
Hide file tree
Showing 33 changed files with 564 additions and 386 deletions.
80 changes: 77 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions crates/loader/src/local/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ pub mod assets;
/// Configuration representation for a Spin application as a local spin.toml file.
pub mod config;

#[cfg(test)]
mod tests;

use std::{
collections::HashMap,
path::{Path, PathBuf},
Expand Down
Loading

0 comments on commit 6fb8a14

Please sign in to comment.