Fixed unit tests, which now reflect the http cache directory being created.
This commit is contained in:
parent
7dd301cdf4
commit
51c8037519
@ -83,7 +83,7 @@ class SpiderTest(unittest.TestCase):
|
|||||||
files = glob.glob(workdir+"/*")
|
files = glob.glob(workdir+"/*")
|
||||||
|
|
||||||
# verify that exactly eight files + 1 source dir were produced
|
# verify that exactly eight files + 1 source dir were produced
|
||||||
self.assertEqual(13, len(files))
|
self.assertEqual(14, len(files))
|
||||||
|
|
||||||
# verify that the file names are as expected
|
# verify that the file names are as expected
|
||||||
self.assertTrue(os.path.join(workdir,
|
self.assertTrue(os.path.join(workdir,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user