Chris Miles wrote: > 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.
There are two unrelated problems with the test. One is that if you are using Kid >= 0.9.4, then tags are output as lowercase so the tests will fail (even without SQLAlchemy). This has been already patched in TG 1.0.1 for the actualy TurboGears tests, but the controller tests for quickstarted projects have been forgotten. I have just added this as ticket #1289. The other problem is as far as I see that for SQLAlchemy, the identity model tables are not created automatically. Note that SQLAlchemy is not officially supported for 1.0.1 so you should not be amazed that things can break here. -- Christoph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

