pgsql: psql: More tests

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: More tests
Date: 2021-10-12 08:11:47
Message-ID: E1maCt1-0000Kb-An@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: More tests

Add some basic tests for command-line option handling and help output,
similar to what we have for other command-line programs. This also
creates a place to put some more one-off test cases later.

Discussion: https://www.postgresql.org/message-id/2570e2ae-fa0f-aac9-f72f-bb59a9983a20@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c0280bc3edeb9e9958efc14083b6f301d2ef79d5

Modified Files
--------------
src/bin/psql/t/001_basic.pl | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2021-10-12 13:40:23 pgsql: psql: Add test for handling of replication commands
Previous Message Michael Paquier 2021-10-12 02:17:05 pgsql: Add more $Test::Builder::Level in the TAP tests