Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ test_certbot
Function
test_certbot
certbot/src/bot/tests.rs:33–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
32
#[tokio::test]
33
async fn test_certbot() {
34
tracing_subscriber::fmt::try_init().ok();
35
36
let bot = new_certbot().await.unwrap();
37
bot.run().await;
38
}
Callers
nothing calls this directly
Calls
2
new_certbot
Function · 0.85
run
Method · 0.45
Tested by
no test coverage detected