Re: Replacing TAP test planning with done_testing()
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Cc: Daniel Gustafsson <daniel@yesql.se>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-02-09T19:49:47Z
Lists: pgsql-hackers
=?utf-8?Q?Dagfinn_Ilmari_Manns=C3=A5ker?= <ilmari@ilmari.org> writes: > Daniel Gustafsson <daniel@yesql.se> writes: >> The attached patch removes all Test::More planning and instead ensures that all >> tests conclude with a done_testing() call. While there, I also removed a few >> exit(0) calls from individual tests making them more consistent. > LGTM, +1. LGTM too. regards, tom lane
Commits
-
Replace Test::More plans with done_testing
- 549ec201d613 15.0 landed