brodriguez8774 / django-expanded-test-cases

Extends the existing Django TestCase class with extra functionality.
MIT License
2 stars 0 forks source link

Create CsvTestCase class #5

Open brodriguez8774 opened 2 years ago

brodriguez8774 commented 2 years ago

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.

brodriguez8774 commented 2 years ago

Currently not yet started. Barely even conceptualized.