Re: [Ledger-smb-devel] In-PostgreSQL tests

2008-09-29 Thread Joshua D. Drake
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

Re: [Ledger-smb-devel] In-PostgreSQL tests

2008-09-28 Thread Chris Travers
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

[Ledger-smb-devel] In-PostgreSQL tests

2008-09-28 Thread Jeff Kowalczyk
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