Routines and fixtures for launching and managing PostgreSQL instances.
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.
The postgresql_instance
is a jaraco.postgres.PostgresServer
instance with host
and port
properties.