mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-14 15:49:04 +00:00
Added Media, Picture and Text file parsers
This commit is contained in:
@@ -8,7 +8,7 @@ class CrawlerTest(TestCase):
|
||||
|
||||
def test_dir_walk(self):
|
||||
|
||||
c = Crawler([GenericFileParser([Sha1CheckSumCalculator()], ExtensionMimeGuesser())])
|
||||
c = Crawler([GenericFileParser([Sha1CheckSumCalculator()])])
|
||||
|
||||
c.crawl("test_folder")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user