コード例 #1
0
ファイル: test_statedb.py プロジェクト: solleks/commcare-hq
def make_diff(id):
    return JsonDiff("type", ["data", id], "old%s" % id, "new%s" % id)
コード例 #2
0
def make_diff(id):
    return JsonDiff("type", "path/%s" % id, "old%s" % id, "new%s" % id)