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