Ejemplo n.º 1
0
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'))
Ejemplo n.º 2
0
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'))
Ejemplo n.º 3
0
 def setUp(self):
     self.gv = Google_Voice(user='******', password='******')
Ejemplo n.º 4
0
 def setUp(self):
     self.gv = Google_Voice(user='******', password='******')