Bug fixes

This commit is contained in:
simon987
2018-04-21 20:36:49 -04:00
parent 6b754b4bb4
commit b963b667b8
18 changed files with 128 additions and 83 deletions

View File

@@ -6,7 +6,7 @@ class TextFileParserTest(TestCase):
def test_parse_csv(self):
parser = TextFileParser([], 1234)
parser = TextFileParser([], 1234, "test_files/")
info = parser.parse("test_files/text.csv")