pgp: don't assume protocol/micalg ordering in doctest output.
authorW. Trevor King <wking@tremily.us>
Mon, 22 Oct 2012 00:13:12 +0000 (20:13 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 22 Oct 2012 00:13:12 +0000 (20:13 -0400)
commitef6d4da30135a7c511ea0eebb42176bec29dedcd
tree46087dcd54fed38b6360d1e0d41342929f2f9fd1
parent6dfe0552165f13e26210c65351715e21d3346b9b
pgp: don't assume protocol/micalg ordering in doctest output.

The Content-Type header is eventually set by Message.add_header(),
which gets extra parameters from **_params and iterates over them with
_params.items().  _params is a dict, so .items() is not sorted.  I
forced the ordering in the pgp-mime doctests, so here I assume the
micalg field is correct and just use ELLIPSIS.
pygrader/handler/get.py
pygrader/handler/grade.py
pygrader/mailpipe.py