Пример #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)