Source: python-testing.postgresql Maintainer: Debian Python Modules Team Uploaders: Dominik George , Section: python Priority: optional Build-Depends: debhelper-compat (= 10), dh-python, postgresql, python3-all, python3-nose, python3-pg8000 (>= 1.10), python3-psycopg2, python3-setuptools, python3-sqlalchemy, python3-testing.common.database (>= 1.1.0), Standards-Version: 3.9.8 Homepage: https://github.com/tk0miya/testing.postgresql Testsuite: autopkgtest-pkg-python Vcs-Git: https://salsa.debian.org/python-team/modules/python-testing.postgresql.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-testing.postgresql Package: python3-testing.postgresql Architecture: all Depends: postgresql, ${misc:Depends}, ${python3:Depends}, Description: Python testing.* framework - PostgreSQL helpers (Python 3) 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.