Patches item #1676994, was opened at 2007-03-08 23:38 Message generated for change (Comment added) made by jseutter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1676994&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: Open Resolution: None Priority: 5 Private: No Submitted By: Jerry Seutter (jseutter) Assigned to: Collin Winter (collinwinter) Summary: Refactor test_popen2.py to use unittest. Initial Comment: This patch turns test_popen2.py into a unittest file. There should be no changes in what the file tests. Modifying test_popen2.py to use unittest also required making a small change to popen2.py, which also contains some testing code. Lib/test/output/test_popen2 should be removed when this patch is applied. ---------------------------------------------------------------------- >Comment By: Jerry Seutter (jseutter) Date: 2007-03-15 22:51 Message: Logged In: YES user_id=1727609 Originator: YES File Added: refactor_test_popen2.py.patch ---------------------------------------------------------------------- Comment By: Collin Winter (collinwinter) Date: 2007-03-15 20:46 Message: Logged In: YES user_id=1344176 Originator: NO Why not fold popen2._test() into test_popen2? Is there a reason for the "verbose = False" assignment at the top? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1676994&group_id=5470 _______________________________________________ Patches mailing list Patches@python.org http://mail.python.org/mailman/listinfo/patches