Can you direct me to an example or documentation because I'd never used an sqlite in memory db before?
If there isn't one, point me at a wiki and I'll write one up (once I figure out how to do it with some help hopefully)? Thanks > > For the database, I usually use :memory: sqlite databases when testing. > > For sessions, you can just stick a dictionary in cherrypy.session to > stand-in for the real session with whatever data is useful for test. > > I have used pmock (pymock?) on another project with success, for the > times when I really needed to use a mock. > > Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

