Jeff Kowalczyk wrote:
> Two projects that looked interesting:
>
> http://pgfoundry.org/projects/pgtap/
> TAP-based unit tests for your database. pgTAP is a suite of database
> functions that make it easy to write unit tests in psql scripts suitable
> for harvesting, analysis, and reporting by a T
On Sun, Sep 28, 2008 at 9:19 AM, Jeff Kowalczyk <[EMAIL PROTECTED]> wrote:
> Should LedgerSMB start using a testing framework/style which interacts
> directly with/in PostgreSQL?
>
> It would seem to be useful now for the legacy codebase, and essential
> going forward with the stated direction of i
Should LedgerSMB start using a testing framework/style which interacts
directly with/in PostgreSQL?
It would seem to be useful now for the legacy codebase, and essential
going forward with the stated direction of increasing stored-procedure
logic.
Two projects that looked interesting:
http://pgf