def test_extends_form_view(self): """ The view should extend django FormView """ self.assertTrue(issubclass(CsvExportView, FormView))