aboutsummaryrefslogtreecommitdiff
path: root/src/test/perl/README
Commit message (Expand)AuthorAge
* Doc: update some things relevant to minimum Test::More version.Tom Lane2021-11-21
* Document PG_TEST_NOCLEAN in TAP test READMEDaniel Gustafsson2021-11-12
* Doc: improve README files associated with TAP tests.Tom Lane2021-10-31
* Move Perl test modules to a better namespaceAndrew Dunstan2021-10-24
* Add more $Test::Builder::Level in the TAP testsMichael Paquier2021-10-12
* Doc: update testing recipe in src/test/perl/README.Tom Lane2021-10-10
* Update test/perl/README to insist on Perl version >= 5.8.3, too.Tom Lane2021-10-07
* Unify PostgresNode's new() and get_new_node() methodsAndrew Dunstan2021-07-29
* tap tests: replace 'master' with 'primary'.Andres Freund2020-07-08
* Make PostgresNode easily subclassableAlvaro Herrera2017-07-25
* Remove --verbose from PROVE_FLAGSStephen Frost2017-04-04
* Document recipe for testing compatibility with old Perl.Noah Misch2016-12-04
* Allow individual TAP tests to be run via PROVE_TESTSPeter Eisentraut2016-11-14
* Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.Noah Misch2016-11-07
* Fix improper example of using psql() function in TAP tests documentation.Fujii Masao2016-07-26
* perltidy PostgresNode and SimpleTeeAlvaro Herrera2016-03-03
* Add POD docs to PostgresNodeAlvaro Herrera2016-02-25