[Catalyst] Re: Catalyst::Test & Test::DBIx::Class

2011-12-03 Thread Jason Galea
hmm.. actually.. can I hand Catalyst::Test the schema I can get from Test::DBIx::Class? On Sun, Dec 4, 2011 at 1:56 PM, Jason Galea wrote: > Dear lazyweb.. > > not sure if this is staring me in the face.. > > If I'm using Catalyst::Test & Test::DBIx::Class, with the latter starting > up MySQL wit

[Catalyst] Catalyst::Test & Test::DBIx::Class

2011-12-03 Thread Jason Galea
Dear lazyweb.. not sure if this is staring me in the face.. If I'm using Catalyst::Test & Test::DBIx::Class, with the latter starting up MySQL with a random socket location, how do I tell my Catalyst server how to connect to the MySQL instance? I'm also trying to get my tests running in parallel