[issue8768] The checkempty_symmetric_difference test is never called

2010-07-31 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r83386. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue8768] The checkempty_symmetric_difference test is never called

2010-05-19 Thread Daniel Stutzbach
New submission from Daniel Stutzbach : In test_set.py (and test_sets.py in 2.x), there's a method named "checkempty_symmetric_difference". It should be named "test_checkempty_symmetric_difference" so that it will actually be called as a test. It's not referenced anywhere else. The test veri