def test_get_database_with_defined_database_type(self): self.assertIsInstance(get_database(env('DB_TYPE')), SqliteDatabase)