Does anyone have any recommendations for tests for CPAN modules which rely upon the ability to create a table in a database?

Currently, my module's test suite tries some common username/password combinations on the MySQL 'test' database, and if that fails, skips all DB-related tests.

I was wondering if there was a better idea.  Maybe a Test::DBH module...?

Thanks
Lee

Reply via email to