示例#1
0
 def test_as_json(self):
     entity = SirenEntity(['blah'], [])
     json_string = entity.as_json()
     self.assertIsInstance(json_string, six.string_types)
示例#2
0
 def test_as_json(self):
     entity = SirenEntity(['blah'], [])
     json_string = entity.as_json()
     self.assertIsInstance(json_string, six.string_types)