On Feb 6, 11:39 pm, Christopher Arndt <[EMAIL PROTECTED]> wrote: > Chris Miles schrieb: > > Actually that ticket is for broken model tests when using > SQLAlchemy. > > > I already tackled that and came up with a workaround, thanks to this > > thread,http://groups.google.com/group/turbogears/browse_thread/thread/ > > a6bebf6c4bd37cdb > > Just out of curiosity: in that thread, you were still having problems in your > last post. What was the solution in the end? The error you were having was > indicating that the configuration was not loaded properly...
I didn't actually participate in that thread, but I came across the same problem. Your examples you paste'd are what I used to solve it. Although, I'm still not sure that the model tests are working properly yet. I am still investigating if the fault is mine or not. I've had no luck getting the skeleton controller tests to work. Even if I quickstart a project using default SQLObject instead. Is it simply the case that the model and controller tests do not support SQLAlchemy in TG 1.0.1? (or the tests are not supported at all?) I was hoping to quickly test my new model tonight and move onto creating the site itself, but have spent the whole night instead trying to debug a broken test framework. Cheers, Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

