MCPcopy Index your code
hub / github.com/endbasic/endbasic / test_login_ok

Function test_login_ok

client/src/cloud.rs:599–605  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

597 #[test]
598 #[ignore = "Requires environment configuration and is expensive"]
599 fn test_login_ok() {
600 #[tokio::main]
601 async fn run(context: &mut TestContext) {
602 let _username = context.do_login(1).await;
603 }
604 run(&mut TestContext::new_from_env());
605 }
606
607 #[test]
608 #[ignore = "Requires environment configuration and is expensive"]

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected