コード例 #1
0
ファイル: siren.py プロジェクト: timmartin19/pypermedia
 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)