basic unit testing

This commit is contained in:
richard 2013-05-16 00:46:47 +01:00
parent 50ebd4f1c1
commit 58aed39d06

View file

@ -58,7 +58,7 @@ class TestMega(unittest.TestCase):
def test_find(self):
file = FIND_RESP
if file:
self.assertTrue(isinstance(file, tuple), msg='this is {0} end'.format(file))
self.assertTrue(isinstance(file, tuple))
def test_get_link(self):
file = FIND_RESP