Testing Plugins

2007-03-27 Thread hydra12
I'm playing with CakeBaker's test suite. Does anybody know if you can use it to test plugins? Right now, it only sees tests in my app/tests folder, not in plugins/pluginName/tests. When I put my tests in app/ tests, I get an error because it can't find my models/controllers/etc. Anybody have

Re: Testing Plugins

2007-03-27 Thread AD7six
On Mar 27, 4:27 pm, hydra12 [EMAIL PROTECTED] wrote: I'm playing with CakeBaker's test suite. Does anybody know if you can use it to test plugins? You know, I was wondering that only yesterday... AD7six --~--~-~--~~~---~--~~ You received this message because

Re: Testing Plugins

2007-03-27 Thread Daniel Hofstetter
Well, testing of plugins is not (yet) implemented. What do you think would be the best approach to test plugins? -- Daniel Hofstetter http://cakebaker.42dh.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake

Re: Testing Plugins

2007-03-27 Thread hydra12
I'm just starting out with testing, so I don't have a lot of experience to draw from, but I think the best way to test a plugin would be to put the tests and the db-config into the plugin folder. That would be in keeping with the concept that a plugin is a mini-app that can be dropped into an

Re: Testing Plugins

2007-03-27 Thread Sonic Baker
Hi Guys, On 3/27/07, hydra12 [EMAIL PROTECTED] wrote: I prefer the first option, but like I said, I don't have a lot of experience with this yet. Me too. Definitely. I haven't made any plugins myself yet so I can't test this but have you tried just calling the plugin test files from a group