cathead/tests/test_cathead.py
2015-03-02 14:24:23 +00:00

10 lines
148 B
Python

import unittest
from cathead import cathead
class CatheadTestCase(unittest.TestCase):
def test_cathead(self):
cathead.Cathead(None)