chatdesk-ui/postgres_15.8.1.044/nix/tests/sql/pgtap.sql

12 lines
153 B
PL/PgSQL

begin;
select plan(1);
-- Run the tests.
select pass( 'My test passed, w00t!' );
-- Finish the tests and clean up.
select * from finish();
rollback;