basic unit testing
This commit is contained in:
parent
50ebd4f1c1
commit
58aed39d06
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class TestMega(unittest.TestCase):
|
||||||
def test_find(self):
|
def test_find(self):
|
||||||
file = FIND_RESP
|
file = FIND_RESP
|
||||||
if file:
|
if file:
|
||||||
self.assertTrue(isinstance(file, tuple), msg='this is {0} end'.format(file))
|
self.assertTrue(isinstance(file, tuple))
|
||||||
|
|
||||||
def test_get_link(self):
|
def test_get_link(self):
|
||||||
file = FIND_RESP
|
file = FIND_RESP
|
||||||
|
|
Loading…
Reference in a new issue