in reply to Established convention for testing using mysql?
As far as the MySQL vs. SQLite concerns, I get the impression that you're only including SQLite for testing purposes and using MySQL for the real app. If this is accurate, then I'd say to drop SQLite. Tests work best when they're running as much of the same code as the real app as possible and setting up a duplicate _test db allows them to safely use the exact same db handling code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Established convention for testing using mysql?
by roboticus (Chancellor) on Jan 13, 2008 at 12:55 UTC |