pgrx_macros

Attribute Macro pg_test

Source
#[pg_test]
Expand description

#[pg_test] functions are test functions (akin to #[test]), but they run in-process inside Postgres during cargo pgrx test.

This can be combined with test attributes like #[should_panic(expected = "..")].