cathead/tests/test_cathead.py

10 lines
148 B
Python

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