Unit testing is great, and in-memory databases are great for unit testing, but testing against an SQLite database when production is running Postgres or MySQL is not ideal.
In this talk, given at a recent San Francisco Django Meetup, Terran Olson discusses using Docker for in-memory test databases.
Enjoy the video!