in reply to Setting up database connection in tests

I use DBICx::TestDatabase and have a single test library I use from all of my .t files. This works so exceedingly well for all of my projects that use DBIx::Class that I almost never think about it.

  • Comment on Re: Setting up database connection in tests