kitty/kitty_tests/__init__.py
2016-10-17 13:50:53 +05:30

11 lines
210 B
Python

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