"Sean De La Torre" <[EMAIL PROTECTED]> writes: > Although you theoretically shouldn't have to install it, the > turbogears.testutil module automatically sets the database to a sqlite > in-memory DB > (turbogears.testutil, line 16). So, though it is not obvious, sqlite is > required if you want to use notetests, even if you don't use it elsewhere. > The only reason I know about this is because I often modify that testutil > setting to point to an actual test database for certain testing scenarios in > my projects. > Sean
Hmmm... I believe the correct would be having a testcfg.py with test configuration. This could default to a sqlite database, but if changed, then tests should use what was configured there. Wanna try sending a patch for that and avoiding having to patch the source code all the time? ;-) -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

