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 nameTest::SQL::Data In short, it helps running SQL tests: database preparing and result matching. When the module loads it prepares the database. It can be empty or pre-load some SQL data before running your code. Then you can use the module again to check if your expected results match the contents of the tables of the database. Any concerns ? Thank you.
This sounds useful, but let me ask some questions that I suspect other people are thinking about as well:
1. Is this module built on the Test::Builder framework in the way that Test::Simple, Test::More, Test::Most, etc., are?
2. Is the source code publicly available somewhere, e.g., github.com? Thank you very much. Jim Keenan
