From: Carl Worth Date: Tue, 13 Apr 2010 15:33:58 +0000 (-0700) Subject: TODO: Make an explicit note that we need to start testing --format=json X-Git-Tag: 0.2~64 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=9091f0fe745fb00004bf48c02b9c771c51705fca TODO: Make an explicit note that we need to start testing --format=json The recent fix to handle utf8 in the JSON output is the kind of bug I'd never like to see again, (so that I'd like the test suite to be helping us track that). --- diff --git a/TODO b/TODO index f2b068cf..8dd08780 100644 --- a/TODO +++ b/TODO @@ -204,6 +204,8 @@ re-index these for existing messages at the next database upgrade). Test suite ---------- +Start testing --format=json. + Achieve 100% test coverage with the test suite. Modularize test suite (to be able to run individual tests).