pgsql-test-helpers

Installation
SKILL.md

Creating reusable test helper functions and constants for consistent, maintainable database tests.

Overview

As test suites grow, common patterns emerge: creating users, setting up contexts, querying specific tables. Extracting these into helper functions improves readability, reduces duplication, and makes tests more maintainable.

Predefined Constants

Test User IDs

Use predefined UUIDs for test users to ensure consistency across tests:

Installs
3
First Seen
Feb 27, 2026
pgsql-test-helpers — constructive-io/constructive-skills