pgtap
Unit testing for PostgreSQL
pgtap : Unit testing for PostgreSQL
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 3200 | pgtap | pgtap | 1.3.4 |
LANG | PostgreSQL | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
| --s-d-- | No | Yes | No | Yes | no | no |
| Relationships | |
|---|---|
| Requires | plpgsql |
| See Also | faker dbt2 pg_mockable pgsqlmock omni_test random tsm_system_time tsm_system_rows |
missing pg17 el9, breaking perl deps
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PGDG | 1.3.4 |
18 17 16 15 14 | pgtap |
plpgsql |
| RPM | PGDG | 1.3.4 |
18 17 16 15 14 | pgtap_$v |
- |
| DEB | PGDG | 1.3.4 |
18 17 16 15 14 | postgresql-$v-pgtap |
- |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|---|
| el8.x86_64 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 |
| el8.aarch64 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 |
| el9.x86_64 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 |
| el9.aarch64 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 |
| el10.x86_64 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 |
| el10.aarch64 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 |
| d12.x86_64 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 |
| d12.aarch64 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 |
| d13.x86_64 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 |
| d13.aarch64 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 |
| u22.x86_64 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 |
| u22.aarch64 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 |
| u24.x86_64 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 |
| u24.aarch64 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 |
| u26.x86_64 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 |
| u26.aarch64 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 | PGDG 1.3.4 |
Source
github.com/theory/pgtap
Install
Make sure PGDG repo available:
Install this extension with pig:
Create this extension with:
Usage
pgtap is a unit testing framework for PostgreSQL that produces TAP (Test Anything Protocol) output, providing hundreds of assertion functions for testing database objects and query results.
Test Structure
Use no_plan() when the test count is not known in advance: