Re: [Python-Dev] Folding test_operations in to test_dict

2007-03-11 Thread Neal Norwitz
On 3/11/07, Collin Winter <[EMAIL PROTECTED]> wrote: > Jerry Seutter posted patch #1678088 yesterday, which converts > test_operations over to use unittest and folds the resulting code into > test_dict. It struck me as a good idea, because a) it gets away from > output/-based tests, and b) test_ope

[Python-Dev] Folding test_operations in to test_dict

2007-03-11 Thread Collin Winter
Jerry Seutter posted patch #1678088 yesterday, which converts test_operations over to use unittest and folds the resulting code into test_dict. It struck me as a good idea, because a) it gets away from output/-based tests, and b) test_operations tests certain dictionary operations, something that w