python-gnupg/gnupg/test
Isis Lovecruft fecf92c0ac
Remove expectation for UnicodeDecodeError in a unittest.
It seems that more modern versions of Python (e.g. 2.7.8), doing:

    from __future__ import print_function
    print("SIG=%s" % sig)

with some binary data doesn't actually produce a UnicodeDecodeError,
which means that Python2 is slowly getting less retarded. :D

On the downside, we probably shouldn't have been testing for things
which are Python2.x mis-design issues (and not really our fault, nor a
bug in python-gnupg) anyway.
2014-11-19 03:46:44 +00:00
..
doctests Move tests/* → gnupg/test/* 2013-06-28 13:13:27 +00:00
files substitute expired test certificates 2014-08-01 17:13:22 -05:00
__init__.py Change LICENSE to GPLv3+, after discussion with intrigeri. 2013-07-27 19:27:53 +00:00
test_gnupg.py Remove expectation for UnicodeDecodeError in a unittest. 2014-11-19 03:46:44 +00:00