Tag Archives: unit test

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 , , , , , | Leave a comment