]> granicus.if.org Git - python/commit
TestOnlySetsInBinaryOps: Simplified the non-inplace tests by using
authorTim Peters <tim.peters@gmail.com>
Sun, 2 Mar 2003 00:36:10 +0000 (00:36 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 2 Mar 2003 00:36:10 +0000 (00:36 +0000)
commit6cca754c2085e4eb203855b7d67df4a11ff0f534
tree43b8c7b16517b54587024e2d6c1abe610017feed
parentb7bfe4bea458a4a934ac12214e1a403eca1ce7ac
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.
Lib/test/test_sets.py