Skip to main content

pdk_test

Attribute Macro pdk_test 

Source
#[pdk_test]
Expand description

Use this macro to annotate your test functions as PDK tests.

#[pdk_test]
async fn token_from_header() -> anyhow::Result<()> {
    ...
}