commit | 6cca754c2085e4eb203855b7d67df4a11ff0f534 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sun Mar 02 00:36:10 2003 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sun Mar 02 00:36:10 2003 +0000 |
tree | 43b8c7b16517b54587024e2d6c1abe610017feed | |
parent | b7bfe4bea458a4a934ac12214e1a403eca1ce7ac [diff] |
TestOnlySetsInBinaryOps: Simplified the non-inplace tests by using assertRaises. Fixed a repeated subtle bug in the inplace tests by removing the possibilty that a self.fail() call could raise a TypeError that the test catches by mistake.