Re: [Catalyst] Catalyst::Test configuration questions

2009-10-26 Thread Jason Galea
On Tue, Oct 27, 2009 at 8:17 AM, Evan Carroll wrote: > I want to dynamically modify the configuration of my application for > the purpose of testing. That configuration is loaded from a yaml. I'm > unsure of how to to load a different yaml-conf for the purpose of > testing alternate configuration

Re: [Catalyst] Catalyst::Test configuration questions

2009-10-26 Thread Evan Carroll
> So, you want your tests to be configured based on a yaml config file? Or you > want to base your tests off of a yaml config file? I'm not sure there is a difference as you word it. I want to dynamically modify the configuration of my application for the purpose of testing. That configuration is

Re: [Catalyst] Catalyst::Test configuration questions

2009-10-26 Thread Andrew Rodland
On Monday 26 October 2009 04:51:57 pm Evan Carroll wrote: > My latest project, a Craigslist posting tool, is configured through > the applications yaml conf file. I'm looking for a way to test based > the conf file with Catalyst::Test. Any idea of how to accomplish this? > You're gonna need some

Re: [Catalyst] Catalyst::Test configuration questions

2009-10-26 Thread Devin Austin
On Mon, Oct 26, 2009 at 3:51 PM, Evan Carroll wrote: > My latest project, a Craigslist posting tool, is configured through > the applications yaml conf file. I'm looking for a way to test based > the conf file with Catalyst::Test. Any idea of how to accomplish this? > > -- > Evan Carroll > System

[Catalyst] Catalyst::Test configuration questions

2009-10-26 Thread Evan Carroll
My latest project, a Craigslist posting tool, is configured through the applications yaml conf file. I'm looking for a way to test based the conf file with Catalyst::Test. Any idea of how to accomplish this? -- Evan Carroll System Lord of the Internets ___