Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dtormoen/tsk-tsk
/ create_test_context
Function
create_test_context
src/commands/run.rs:107–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
fn create_test_context() -> AppContext {
108
AppContext::builder().build()
109
}
110
111
#[tokio::test]
112
async fn test_run_command_validation_no_input() {
Callers
3
test_run_command_validation_no_input
Function · 0.70
test_run_command_rejects_multiple_agents
Function · 0.70
test_run_command_with_single_agent
Function · 0.70
Calls
1
build
Method · 0.45
Tested by
3
test_run_command_validation_no_input
Function · 0.56
test_run_command_rejects_multiple_agents
Function · 0.56
test_run_command_with_single_agent
Function · 0.56