Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Migorithm/rustiful-backend
/ run_test
Function
run_test
library/src/utils/test_components.rs:17–24 ·
view source on GitHub ↗
(test: T)
Source
from the content-addressed store, hash-verified
15
}
16
17
pub async fn run_test<T>(test: T)
18
where
19
T: Future<Output = ()>,
20
{
21
dotenv().unwrap();
22
Box::pin(test).await;
23
tear_down().await;
24
}
25
}
Callers
5
test_message_bus_create_board
Function · 0.50
test_message_bus_edit_board
Function · 0.50
test_message_bus_add_comment
Function · 0.50
test_unit_of_work
Function · 0.50
test_unit_of_work_event_collection
Function · 0.50
Calls
1
tear_down
Function · 0.70
Tested by
no test coverage detected