[issue4217] Add file comparisons to the unittest library

2009-04-01 Thread Georg Brandl
Georg Brandl added the comment: I'm not sure we need new unittest functions for file comparison; but a function in difflib that directly takes two filenames would perhaps be accepted. That will need a new patch however. -- assignee: -> zseil nosy: +georg.brandl, zseil resolution: ->

[issue4217] Add file comparisons to the unittest library

2008-12-18 Thread Senthil
Changes by Senthil : -- nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue4217] Add file comparisons to the unittest library

2008-10-27 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- versions: +Python 2.7, Python 3.1 ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Py

[issue4217] Add file comparisons to the unittest library

2008-10-27 Thread Bill Hart
New submission from Bill Hart <[EMAIL PROTECTED]>: In the past year I've become a heavy user of the unittest package for managing a variety of software tests. One capability that I've frequently needed is the ability to generate text file outputs that can be compared against a baseline. To my k