updated unittests
This commit is contained in:
@@ -83,6 +83,7 @@ class BasicTestCase(unittest.TestCase):
|
|||||||
def test_012_has_prev_link(self):
|
def test_012_has_prev_link(self):
|
||||||
self.assertEqual(self.comic.prev, self.expected_prev_url)
|
self.assertEqual(self.comic.prev, self.expected_prev_url)
|
||||||
|
|
||||||
|
@unittest.skip("No error raised as image links have been restored")
|
||||||
def test_013_broken_comic_images_raise_ref_error(self):
|
def test_013_broken_comic_images_raise_ref_error(self):
|
||||||
with self.assertRaises(ReferenceError) as condition:
|
with self.assertRaises(ReferenceError) as condition:
|
||||||
Comic(self.erroneous_comic).archiver.download()
|
Comic(self.erroneous_comic).archiver.download()
|
||||||
|
|||||||
Reference in New Issue
Block a user