aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_csv_reader.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_csv_reader.py')
-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 48a808c..e62c093 100644
--- a/test/test_csv_reader.py
+++ b/test/test_csv_reader.py
@@ -6,6 +6,7 @@ import pytest
reader = CSVReader()
+
def test_empty_csv_should_return_no_content():
content = ""
result = reader.read_string(content)
git.ajschof.me — hosted by ajschofield — powered by cgit