How to test Perl front end to PostgreSQL DB? - Mailing list pgsql-novice

From
Subject How to test Perl front end to PostgreSQL DB?
Date
Msg-id 200605051940.k45Je8u02878@panix3.panix.com
Whole thread Raw
Responses Re: How to test Perl front end to PostgreSQL DB?
List pgsql-novice



I have a collection of Perl modules that are meant to serve as a
front-end/wrapper for a PostgreSQL database.  I want to be able to
test the functionality of these modules, but I don't want the tests to
depend on any of the specific data that is currently stored in the
database.

The ideal scenario would be to have a dummy database that is identical
in every respect to the real database, except that it has only a small
amount of data that is put into it by the testing software.

I imagine that this is a common enough need that there may be some
already standard ways of solving it.  If so, any pointers to these
standard solutions, or any other bit advice on this problem, would be
much appreciated.

Thanks!

kj


pgsql-novice by date:

Previous
From: Chansup Byun
Date:
Subject: looking for some suggestions
Next
From: Tom Lane
Date:
Subject: Re: How to test Perl front end to PostgreSQL DB?