setup_postgres_test_db¶
- felis.tests.postgresql.setup_postgres_test_db()¶
Set up a temporary Postgres database instance that can be used for testing.
- Returns:
The temporary Postgres database instance.
- Return type:
- Raises:
unittest.SkipTest – Raised if the
testing.postgresql
module is not available.