-
Recent Posts
Blogroll
Links
Online Presence
Meta
Tag Archives: test database
Using a Test Database in Django
As I mentioned in my previous post, we’re using MySQL on our development machines. It has several advantages, but one of the drawbacks is unittests run slower when not using Sqlite (big ups to MockSoul for posting his benchmarks). The … Continue reading
Posted in Web Design & Development
Tagged django, mysql, python, sqlite, test database, unit test
Leave a comment