]> git.cworth.org Git - notmuch/commit
test/emacs: split out tagging related tests
authorDavid Bremner <david@tethera.net>
Sat, 12 Feb 2022 20:27:34 +0000 (16:27 -0400)
committerDavid Bremner <david@tethera.net>
Fri, 25 Feb 2022 12:37:50 +0000 (08:37 -0400)
commitc4c6045058456ea0fb057f7690b91077f1b527b8
tree42c84f3bb1a12da62c9154b4334895ae8e115b7f
parent371fa28ced91e0d0036a98403fab61e9f5301ba4
test/emacs: split out tagging related tests

T310-emacs is one of the largest and longest running sets of
tests. Splitting out the tagging operations will help maintainability
as well as potentially improve the parallel running time of the test
suite. Some slowdown in running the tests sequentially may result
since there is repeated setup.
test/T310-emacs.sh
test/T315-emacs-tagging.sh [new file with mode: 0755]