added column names
This commit is contained in:
@@ -13,6 +13,7 @@ class TestSlovakDateTimeFormatter(unittest.TestCase):
|
||||
test_data = []
|
||||
with open("test_data.tsv") as file:
|
||||
reader = csv.reader(file, delimiter="\t")
|
||||
next(reader)
|
||||
for row in reader:
|
||||
if row and not row[0].startswith("#"):
|
||||
test_data.append(row)
|
||||
|
||||
Reference in New Issue
Block a user