summaryrefslogtreecommitdiff
path: root/tests/utils.py
blob: 7f1c5dc7157545ed70ed7d701c2dcd02dec984ba (plain)
1
2
3
4
5
import unittest2


class TestCase(unittest2.TestCase):
    pass