mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-14 07:39:05 +00:00
Added local storage for directories and generic file parser
This commit is contained in:
10
spec/Crawler_spec.py
Normal file
10
spec/Crawler_spec.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from unittest import TestCase
|
||||
|
||||
from crawler import Crawler
|
||||
|
||||
|
||||
class CrawlerTest(TestCase):
|
||||
|
||||
def test_dir_walk(self):
|
||||
c = Crawler()
|
||||
|
||||
Reference in New Issue
Block a user