Patches item #1678088, was opened at 2007-03-10 17:42 Message generated for change (Comment added) made by collinwinter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1678088&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Tests Group: Python 2.6 >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Jerry Seutter (jseutter) Assigned to: Collin Winter (collinwinter) Summary: Refactor test_operations.py to use unittest. Initial Comment: The summary is a bit of a misnomer. The contents of test_operations.py were moved into test_dict.py and both Lib/test/test_operations.py and Lib/test/output/test_operations should be removed. The attached patch adds the two tests currently in test_operations.py into test_dict.py. The tests were moved because they test the behaviour of dictionaries. ---------------------------------------------------------------------- >Comment By: Collin Winter (collinwinter) Date: 2007-03-12 11:58 Message: Logged In: YES user_id=1344176 Originator: NO Checked in as r54290. Thanks for the patch! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1678088&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
