예제 #1
0
파일: test_message.py 프로젝트: 7heo/boto
 def test_contains(self):
     msg = MHMessage()
     msg.update({'hello': 'world'})
     self.assertTrue('hello' in msg)
예제 #2
0
 def test_contains(self):
     msg = MHMessage()
     msg.update({'hello': 'world'})
     self.assertTrue('hello' in msg)
예제 #3
0
 def test_contains(self):
     msg = MHMessage()
     msg.update({"hello": "world"})
     self.assertTrue("hello" in msg)