Persisting Django’s Test Database
Posted on August 27th, 2011 by Chris
After running Django unittests, it may sometimes be useful to manually inspect the test database after unittests are complete. I was working on a complicated network model, trying to resolve an elusive bug in a unittest, and in this specific instance, I thought running a manually written SQL query would be a bit more helpful [...]
No Comments »
Filed under: Django, Python, Uncategorized