MCPcopy Create free account
hub / github.com/LEXUGE/dcompass / check_example_cn

Function check_example_cn

dcompass/src/tests.rs:47–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45#[cfg(all(feature = "geoip-cn", not(feature = "geoip-maxmind")))]
46#[tokio::test]
47async fn check_example_cn() {
48 assert_eq!(
49 init(serde_yaml::from_str(include_str!("../../configs/example.yaml")).unwrap())
50 .await
51 .is_ok(),
52 true
53 );
54}
55
56#[tokio::test]
57async fn check_success_query_cache_mode() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected