Hi, I've already looked through the online docs and through the Rapid Web App book but there's no mention of loading in test data prior to running a test. I did find a library called Fixture which solves the problem of creating and loading test data with either SQLAlchemy or SQLObject. Has anyone used this with TG?
Andrew On Jun 13, 7:47 pm, "Ian Wilson" <[EMAIL PROTECTED]> wrote: > If you are using sqlobject and nose try > this:http://docs.turbogears.org/1.0/Testing > See: Testing Your Model > > -Ian > > On 6/13/07, Andrew <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > > Does anyone have any suggestions or examples of using fixtures with > > model testing. I want to test several interrelated models and it would > > be far easier if I could load a few fixtures that we available to each > > test. > > > Any help would be greatly appreciated. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

