Example #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'))
Example #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'))
Example #3
0
 def setUp(self):
     self.gv = Google_Voice(user='******', password='******')
Example #4
0
 def setUp(self):
     self.gv = Google_Voice(user='******', password='******')