basic unit testing

master
richard 2013-05-16 00:46:47 +01:00
parent 50ebd4f1c1
commit 58aed39d06
1 changed files with 1 additions and 1 deletions

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