]> git.notmuchmail.org Git - notmuch/commit - test/test-lib.sh
test-lib.sh: add test_valid_json
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 28 Apr 2020 18:57:20 +0000 (14:57 -0400)
committerDavid Bremner <david@tethera.net>
Thu, 30 Apr 2020 20:57:16 +0000 (17:57 -0300)
commit488e91f42b95c116b387212c90ea47c43c716f5b
tree62655e8c5a8ca591d8b835ac8030b4b7f26dacc1
parent92149485cb5cd4af3d2c6c4856a2423da92dc727
test-lib.sh: add test_valid_json

This test does exactly what it says on the tin.  It expects JSON data
to be parseable by Python, at least.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
test/test-lib.sh