def test_company_home(self): client = Client() response = client.get(reverse('companies-home')) self.assertEqual(response.status_code, 200)