]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make parameterized tests in email less hackish.
authorR David Murray <rdmurray@bitdance.com>
Thu, 31 May 2012 01:53:40 +0000 (21:53 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 31 May 2012 01:53:40 +0000 (21:53 -0400)
commit56517e5cb91c896024934a520d365d6e275eb1ad
tree21eb85c9393663238a595cf25d30744150745d02
parent01d7058d6acaf30441bf211580ba9c8d03b3c3c5
Make parameterized tests in email less hackish.

Or perhaps more hackish, depending on your perspective.  But at least this
way it is now possible to run the individual tests using the unittest CLI.
Lib/test/test_email/__init__.py
Lib/test/test_email/test_generator.py
Lib/test/test_email/test_headerregistry.py
Lib/test/test_email/test_pickleable.py