This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc
Date 2008-01-25.23:27:13
SpamBayes Score 0.00046520805
Marked as misclassified No
Message-id <1201303696.01.0.217856610117.issue1935@psf.upfronthosting.co.za>
In-reply-to
Content
This is test_descr.py converted to unittest. The diff is so large that
svn diff failed!
"svn: Can't write to stream: Not enough space to process this command."
Anyway, I started from trunk, rev 60301.

The file is very large, and some functions have more than 400 lines. I
tried to group them into classes, most of the time respecting the
initial sequential order, but not always.
The class and function names may seem arbitrary sometimes. At least, I
hope that no test was lost in the process. Feel free to reorganize stuff
if you find a logic in all these tests.

I removed all print statements, and converted some statements to
unittest idioms, but not all: lots of "raise TestFailed" remain.

svn merge into py3k will be difficult; I propose to upload a py3k
version of this file, which I will make by merging differences between
trunk and py3k into this new file.
History
Date User Action Args
2008-01-25 23:28:16amaury.forgeotdarcsetspambayes_score: 0.000465208 -> 0.00046520805
recipients: + amaury.forgeotdarc
2008-01-25 23:28:16amaury.forgeotdarcsetspambayes_score: 0.000465208 -> 0.000465208
messageid: <1201303696.01.0.217856610117.issue1935@psf.upfronthosting.co.za>
2008-01-25 23:27:15amaury.forgeotdarclinkissue1935 messages
2008-01-25 23:27:14amaury.forgeotdarccreate