コード例 #1
0
ファイル: jsonops_tests.py プロジェクト: noway421/json4shell
 def test_normal(self):
     self.failUnless(jsonops.object_values({"1": "a", "2": "b"}) == jsonops.pprint(["a", "b"]))
コード例 #2
0
ファイル: jsonops_tests.py プロジェクト: noway421/json4shell
 def test_empty(self):
     self.failUnless(jsonops.object_values({}) == jsonops.pprint([]))