aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/count
Commit message (Collapse)AuthorAge
* test: the test for the exclude code mistakenly excludes the tag "="Gravatar Mark Walters2012-03-18
| | | | | | | The tests for the exclude code in search and count use the line notmuch config set search.exclude_tags = deleted which actually sets the exclude tags to be "=" and "deleted". Remove the "=" from this line.
* test: add tests for new cli --no-exclude optionGravatar Mark Walters2012-03-02
| | | | | | The tests test the new --no-exclude option to search and count. There were no existing tests for the exclude behaviour for count so added these too.
* test: add tests for notmuch countGravatar Jani Nikula2011-11-15
Signed-off-by: Jani Nikula <jani@nikula.org>