Extract template / csv utility code into modules

This follows a similar approach to the previous commits, noting that
one module depends on the other, so we have to extract both together.
This commit is contained in:
Ben Thorner
2021-06-09 15:15:35 +01:00
parent 2a4aa8b4e1
commit 0326005aeb
16 changed files with 451 additions and 452 deletions

View File

@@ -2,7 +2,7 @@ from collections import namedtuple
import pytest
from app.utils import get_errors_for_csv
from app.utils.csv import get_errors_for_csv
MockRecipients = namedtuple(
'RecipientCSV',