top | item 39226154

(no title)

csnweb | 2 years ago

There are tools for Postgres unit testing https://wiki.postgresql.org/wiki/Test_Frameworks. Which is not to say there isn’t any room for improving them.

discuss

order

aurareturn|2 years ago

Write more Postgres functions to unit test Postgres functions. :))

maxbond|2 years ago

Isn't that normally the premise of testing? Eg writing Python functions to test other Python functions?