Test Frameworks
From PostgreSQL wiki
Jump to navigationJump to search
In addition to the testing frameworks which come with many application development toolkits, the following standalone test frameworks exist:
- pgTap
- PGUnit
- simple pgunit
- testgres - The only python testing framework for PostgreSQL. The major features are:
- postgres nodes control (with automatic database creation and cleanup)
- querying
- backup & replication
- centralized logging for nodes benchmarks.