from unittest import TestCase from crawler import Crawler class CrawlerTest(TestCase): def test_dir_walk(self): c = Crawler()