In order to uninstall pgTAP, please use pgAdmin to execute the following two SQL statements:
DROP EXTENSION IF EXISTS pgTAP;
DROP SCHEMA IF EXISTS pgTAP;
Up to this point, we have seen one of the most important and updated test tools for PostgreSQL. It is easy to install and is available on different platforms such as Linux or Windows.
One of its greatest strengths lies in that TAP output is easily customizable to use in tools such as Jenkins for continuous integration.