Installation

System Requirements

  • PostgreSQL 9.1 or greater must be installed.
  • Python 3.3 or greater. Compatibility with PyPy3.5 is untested and not guaranteed.
  • A database driver supported by SQLAlchemy must also be installed (see full list here). psycopg2 is guaranteed to work; pg8000 on the other hand is known to be incompatible with pgtestutil.

Setup

Ensure that you have gone through the Gemfury setup instructions. Then do:

pip3 install pgtestutil