Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cargo-lambda/cargo-lambda
/ test_project
Method
test_project
crates/cargo-lambda-cli/tests/harness/mod.rs:49–51 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
47
}
48
49
pub fn test_project(&self) -> Project {
50
test_project(&self.root)
51
}
52
53
fn template_path(&self) -> PathBuf {
54
let path = Path::new(
".."
)
Callers
15
test_build_basic_function
Function · 0.80
test_build_basic_zip_function
Function · 0.80
test_build_basic_zip_function_with_include
Function · 0.80
test_build_http_function
Function · 0.80
test_build_http_feature_function
Function · 0.80
test_build_event_type_function
Function · 0.80
test_build_basic_extension
Function · 0.80
test_build_logs_extension
Function · 0.80
test_build_telemetry_extension
Function · 0.80
test_init_subcommand
Function · 0.80
test_build_basic_zip_extension
Function · 0.80
test_build_internal_zip_extension
Function · 0.80
Calls
1
test_project
Function · 0.85
Tested by
no test coverage detected