python3-testing.postgresql

Python testing.* framework - PostgreSQL helpers (Python 3)
  https://github.com/tk0miya/testing.postgresql
  0
  no reviews



The testing.* Python modules provide a framework for Python unit test suites that need to run tests against servers, like network-based DBMSs.

testing.postgresql contains helper classes to work with a temporary PostgreSQL server. It automatically sets up a PostgreSQL instance in a temporary directory, and destroys it after testing.

This package contains the Python 3 version.