Skip to content

jaraco/jaraco.postgres

Repository files navigation

tests Ruff https://readthedocs.org/projects/jaracopostgres/badge/?version=latest https://img.shields.io/badge/skeleton-2024-informational

Routines and fixtures for launching and managing PostgreSQL instances.

Pytest Plugin

This library includes a pytest plugin. To enable it, simply include this library in your test requirements.

Then, in your tests, simply add a postgresql_instance parameter to your functions.

Instance

The postgresql_instance is a jaraco.postgres.PostgresServer instance with host and port properties.