]> git.ipfire.org Git - thirdparty/patchwork.git/commit
tests: Make sure all emails have a valid msgid
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 5 Jun 2014 00:27:08 +0000 (01:27 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Fri, 13 Nov 2015 21:31:05 +0000 (21:31 +0000)
commit2b76cce1d03ebfc12ff45fdc482e58652c8b378f
treeba8bb6e86739eb354e89c739389ef37d9c139513
parent909ef1a85199186dab6bca1329834623431e48dd
tests: Make sure all emails have a valid msgid

Messages ids will be used by the Series code as the way to uniquely
identify series. We must ensure every single email that goes through the
parser has a valid msgid to not fail once we parse series.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/tests/test_patchparser.py
patchwork/tests/utils.py