Beispiel #1
0
 def test_address_text(self):
     address = "1602 Montpelier Ave"
     sms.bus(address)
     self.assertTrue(self.get.called)
Beispiel #2
0
 def test_address_text(self):
     address = "1602 Montpelier Ave"
     sms.bus(address)
     self.assertTrue(self.get.called)
Beispiel #3
0
 def test_help_text(self):
     text = sms.bus("HELP")
     self.assertTrue("Example" in text)
Beispiel #4
0
 def test_help_text(self):
     text = sms.bus("HELP")
     self.assertTrue("Example" in text)