I have a large readonly Wordnet PostgreSQL database that I'd like to use from Django unittests. Specifically, I have an app, called "wordnet", that wraps this Wordnet database. Unfortunately, the default Django unittest framework uses an empty in-memory SQLite database for all apps.I have a large readonly Wordnet PostgreSQL data