def test_module_not_available(self): from psycopg2.extras import Json self.assertRaises(ImportError, Json(None).getquoted)