8 Dec
2003
8 Dec
'03
7:38 p.m.
Terry Hancock wrote at 2003-12-8 04:59 -0600:
... For unit-testing, I really should create a "toy" database. I'm presently thinking that it would be smarter to use Zope's built-in gadfly / ZGadflyDA support.
Has anyone else done this before? Are there caveats
The SQL dialects of Gadfly and MySQL are quite different... I would use an existing MySQL installation and just create/delete databases and tables as necessary for your tests. -- Dieter