Takes Django's default TestCase class and adds additional logic specifically for testing CSV files. Maybe also needs functionality for testing CSV as a full response? Probably?
Not sure if this is necessary. Need to double check what assertions come with Django's TestCase & Python, by default. But I feel like this logic probably can be streamlined to the point that a whole class for it would be beneficial.
Takes Django's default TestCase class and adds additional logic specifically for testing CSV files. Maybe also needs functionality for testing CSV as a full response? Probably?
Not sure if this is necessary. Need to double check what assertions come with Django's TestCase & Python, by default. But I feel like this logic probably can be streamlined to the point that a whole class for it would be beneficial.