Howdy,
This is for Any Armstrong, primarily, but someone else might know the
answer, or be interested, anyway.
I added xUnit-style test programming to pgTAP recently. What this
means is that, rather than putting tests in a .sql test file, a
developer can define a function that returns the
On Sat, Jan 24, 2009 at 12:16:33AM +0800, Gaurav Vaidya wrote:
> Based on the recent questions on the TAP mailing list asking about the
> significance of "1..", I wonder if this could be simplified to:
> TAP version 13
> 1..2 # Initialization
> ok 1
> ok 2
> 3..6 #