pgtap icon indicating copy to clipboard operation
pgtap copied to clipboard

Code to enable TABLE returns testing. Unsure where to put

Open wphilips53 opened this issue 2 years ago • 1 comments

Followed the design pattern of _returns(). Will allow for testing of table returns in conjunction with changes to tap_funky

wphilips53 avatar Jun 28 '22 23:06 wphilips53

All code to be shipped with pgTAP should go into sql/pgtap.sql.in and in sql/pgtap--1.2.0--1.2.1.sql. If you change any existing functions (as it appears you do in #295), they should also be changed in sql/pgtap.sql.in and in sql/pgtap--1.2.0--1.2.1.sql.

Would you be able to combine this work into a single pull request, and ideally add some test cases?

theory avatar Jul 03 '22 12:07 theory