jaraco.postgres

PostgreSQL services by jaraco


License
MIT
Install
pip install jaraco.postgres==5.2.0

Documentation

image

image

tests

Ruff

image

image

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.