Forgot to update test_fetcher
This commit is contained in:
parent
bfda2be38b
commit
90104f7019
@ -28,10 +28,10 @@ class TestFetcher(unittest.TestCase):
|
|||||||
self.assertNotEqual(dl, '')
|
self.assertNotEqual(dl, '')
|
||||||
|
|
||||||
def test_download_invalid_type(self):
|
def test_download_invalid_type(self):
|
||||||
self.assertFalse(download('http://phyks.me/'))
|
self.assertFalse(download('http://phyks.me/')[0])
|
||||||
|
|
||||||
def test_download_invalid_url(self):
|
def test_download_invalid_url(self):
|
||||||
self.assertFalse(download('a'))
|
self.assertFalse(download('a')[0])
|
||||||
|
|
||||||
def test_findISBN_DJVU(self):
|
def test_findISBN_DJVU(self):
|
||||||
# ISBN is incomplete in this test because my djvu file is bad
|
# ISBN is incomplete in this test because my djvu file is bad
|
||||||
|
Loading…
Reference in New Issue
Block a user