aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_csv_reader.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_csv_reader.py b/test/test_csv_reader.py
index fb5996d..03c6e4b 100644
--- a/test/test_csv_reader.py
+++ b/test/test_csv_reader.py
@@ -8,6 +8,7 @@ reader = CSVReader()
### TODO : TESTS ARE BROKEN, FIX THEM IN NEXT BRANCH ###
+
def test_empty_csv_should_return_no_content():
content = ""
result = csv_reader(content)
git.ajschof.me — hosted by ajschofield — powered by cgit