def test_address_text(self): address = "1602 Montpelier Ave" sms.bus(address) self.assertTrue(self.get.called)
def test_help_text(self): text = sms.bus("HELP") self.assertTrue("Example" in text)