#!/usr/bin/env python # vim:fileencoding=utf-8 # License: GPL v3 Copyright: 2016, Kovid Goyal from unittest import TestCase class BaseTest(TestCase): ae = TestCase.assertEqual