Back to Yugabyte Db

Testing Extensions with PGRX

src/postgres/third-party-extensions/pgrx/docs/src/extension/test.md

2026.1.0.0-b83327 B
Original Source

Testing Extensions with PGRX

Both cargo test and cargo pgrx test can be used to run tests using the pgrx-tests framework. Tests annotated with #[pg_test] will be run inside a Postgres database.

<!-- TODO: explain the test framework more -->

Guides