def test_getMe(self): data = self.mockbot.getMe() self.assertIsInstance(data, User) self.assertEqual(data.name, "@MockBot")