def setUp(self): self.user = self.make_user() self.other_user = self.make_user(username="other_user") self.client = Client()