Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Migorithm/rustiful-backend
/ run_test
Function
run_test
tests/helpers.rs:45–52 ·
view source on GitHub ↗
(test: T)
Source
from the content-addressed store, hash-verified
43
}
44
45
pub async fn run_test<T>(test: T)
46
where
47
T: Future<Output = ()>,
48
{
49
dotenv().unwrap();
50
Box::pin(test).await;
51
tear_down().await;
52
}
53
}
Callers
15
test_add_board
Function · 0.70
test_get_board
Function · 0.70
test_get_board_with_different_state
Function · 0.70
test_delete_board
Function · 0.70
test_update_board
Function · 0.70
test_create_comment
Function · 0.70
test_create_board
Function · 0.70
test_edit_board
Function · 0.70
test_add_comment
Function · 0.70
test_connection
Function · 0.70
test_transaction_commit
Function · 0.70
test_transaction_rollback
Function · 0.70
Calls
1
tear_down
Function · 0.70
Tested by
15
test_add_board
Function · 0.56
test_get_board
Function · 0.56
test_get_board_with_different_state
Function · 0.56
test_delete_board
Function · 0.56
test_update_board
Function · 0.56
test_create_comment
Function · 0.56
test_create_board
Function · 0.56
test_edit_board
Function · 0.56
test_add_comment
Function · 0.56
test_connection
Function · 0.56
test_transaction_commit
Function · 0.56
test_transaction_rollback
Function · 0.56