class Google_VoiceTests(TestCase): def setUp(self): self.gv = Google_Voice(user='******', password='******') def test_instantiation(self): self.assertIsInstance(self.gv, Google_Voice) def test_send(self): self.gv.command((Command.MESSAGE, '7777777777', 'This is the test'))
def setUp(self): self.gv = Google_Voice(user='******', password='******')