moved laura's utestconvert script to a more visible place

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-08-21 12:56:43 +02:00
parent 1fcd373bd5
commit 2b8f489d60
8 changed files with 15 additions and 4 deletions
+4
View File
@@ -4,6 +4,10 @@ Changes between 1.0.x and 'trunk'
* introduce py.io.TextIO and py.io.BytesIO for distinguishing between
text/unicode and byte-streams (uses underlying standard lib io.*
if available)
* make py.unittest_convert helper script available which converts "unittest.py"
style files into the simpler assert/direct-test-classes py.test/nosetests
style. The script was written by Laura Creighton.
* simplified internal localpath implementation