[Patches] [ python-Patches-440826 ] Tests for repr.py

noreply@sourceforge.net noreply@sourceforge.net
Fri, 20 Jul 2001 22:45:15 -0700


Patches item #440826, was opened at 2001-07-12 13:51
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=440826&group_id=5470

Category: library
Group: None
Status: Closed
Resolution: Accepted
Priority: 5
Submitted By: Nick Mathewson (nickm)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: Tests for repr.py

Initial Comment:
Here are some unittests for the repr.py module.  These
are in line with the unit tests I've been writing over
the past few days, except that these use the
unittest.py module.



----------------------------------------------------------------------

>Comment By: Tim Peters (tim_one)
Date: 2001-07-20 22:45

Message:
Logged In: YES 
user_id=31435

FYI, the new test_repr just caught two long-standing 
repr.py bugs in descr-branch. "Any test is better than 
none" <wink>.


----------------------------------------------------------------------

Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-07-19 15:29

Message:
Logged In: YES 
user_id=3066

Wonderful, thanks!

It would be nice to see additional tests added to this to check that changing the max* variables on the Repr instance actually affects the results, but that can be a separate patch.  ;-)

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=440826&group_id=5470