]> git.notmuchmail.org Git - notmuch/commit
test: new test framework to compare json parts
authorJameson Graef Rollins <jrollins@finestructure.net>
Mon, 27 May 2019 18:35:10 +0000 (18:35 +0000)
committerDavid Bremner <david@tethera.net>
Wed, 29 May 2019 11:03:21 +0000 (08:03 -0300)
commit03839a8110054c51b406a7ce96fa532a72476466
tree7004e2da7b0608ba27c753845083fc3727785ee2
parenta6b0772b60d9191fcc291358eec3d78bfea31f1c
test: new test framework to compare json parts

This makes it easier to write fairly compact, readable tests of json
output, without needing to sanitize away parts that we don't care
about.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
test/json_check_nodes.py [new file with mode: 0755]
test/test-lib.sh