On Tue, Dec 03, 2013 at 07:09:16PM -0500, James E Keenan wrote:
> On 11/27/13 7:31 AM, Francesc Guasch wrote:
> >Hi. I wrote a module to help writing tests for modules that
> >perform operations in SQL databases. I was considering the
> >name
> >
> >     Test::SQL::Data
> >
> >In short, it helps running SQL tests: database preparing and
> >result matching.
> 
> This sounds useful, but let me ask some questions that I suspect
> other people are thinking about as well:

Hi James, thank you for taking care of it.

> 1. Is this module built on the Test::Builder framework in the way
> that Test::Simple, Test::More, Test::Most, etc., are?

It is not built on Test::Builder. It requires Test::More.
It performs tests on the data and runs ok and not_ok.

> 2. Is the source code publicly available somewhere, e.g., github.com?

I don't know what I was waiting for. Here it is now:

    https://github.com/frankiejol/Test-SQL-Data

Reply via email to