[Patches] [ python-Patches-523169 ] tests for simple list() and tuple(TUPLE)

noreply@sourceforge.net noreply@sourceforge.net
Tue, 26 Feb 2002 14:27:06 -0800


Patches item #523169, was opened at 2002-02-26 14:27
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=523169&group_id=5470

Category: Tests
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Samuele Pedroni (pedronis)
Assigned to: Nobody/Anonymous (nobody)
Summary: tests for simple list() and tuple(TUPLE)

Initial Comment:
Strange as it may seem,
the test suite has never explicitely checked
for the basic behavior of list(seq),
here is a patch with tests for that
(to go in Lib/test/test_b1.py)
in particular it tests that

list(LIST) is not LIST

PLUS a changed test for
tuple, checking that

tuple(TUPLE) is TUPLE

(to go in Lib/test/test_b2.py)

Enjoy, Samuele Pedroni.



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

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