コード例 #1
0
 def test_append_fail(self):
     t = TwiML()
     t.append('foobar')
コード例 #2
0
ファイル: __init__.py プロジェクト: kanyapnp/twilio-python
 def test_append_fail(self):
     t = TwiML()
     t.append(12345)
コード例 #3
0
 def test_append_fail(self):
     t = TwiML()
     t.append(12345)
コード例 #4
0
 def test_append_fail(self):
     t = TwiML()
     t.append('foobar')