Added local storage for directories and generic file parser

This commit is contained in:
simon
2018-02-13 10:04:07 -05:00
parent 09acdc762a
commit fec23d40d9
41 changed files with 1543 additions and 185 deletions

10
spec/Crawler_spec.py Normal file
View File

@@ -0,0 +1,10 @@
from unittest import TestCase
from crawler import Crawler
class CrawlerTest(TestCase):
def test_dir_walk(self):
c = Crawler()