On 1/20/06, Mike Kent <[EMAIL PROTECTED]> wrote: > > Excellent, 'nosetests' in the svn checkout directory now works. > > But there are failures. Apparently sqlite is also required now?
Yeah, I should mention that somewhere. sqlite is *not* required by TurboGears itself, but the tests do require it. sqlite is a very good database for tests because you can make an in-memory database which is blazingly fast and requires no cleanup. Kevin

