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 knowledge, this is not currently
supported in unittest.

I've developed several file comparison functions that are written in a
unittest-like style.  See

 
https://software.sandia.gov/svn/public/pyutilib/trunk/pyutilib_th/pyunit.py

for the test functions, and 

  https://software.sandia.gov/svn/public/pyutilib/trunk/pyutilib_th/misc.py

for the underlying file comparison functions.

----------
components: Library (Lib)
messages: 75271
nosy: wehart
severity: normal
status: open
title: Add file comparisons to the unittest library
type: feature request

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4217>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to