pgtap
pgtap copied to clipboard
Allow description to be optional when schema passed to table testing functions
Add schema, table, colname
variations of the table-checking functions (table_has_column()
, col_type_is()
, etc.). That is, allow the description to be optional if the schema is included in the function call.
Started to work on this issue, will open a PR soon.
FYI col_type_is()
already support this behaviour