Attribute Macro pgrx_macros::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
.
#[pg_test]
#[pg_test]
functions are test functions (akin to #[test]
), but they run in-process inside
Postgres during cargo pgrx test
.