Python 2.6 compatibility is a drag for using nice unittest.TestCase.assert* methods, and some of our tests are less readable (use assertTrue when they should use assertIn, assertTuple, etc) because of this. We should fix these tests and use unittest2 (a backport of new unitest features) for this.
Python 2.6 compatibility is a drag for using nice unittest.TestCase.assert* methods, and some of our tests are less readable (use assertTrue when they should use assertIn, assertTuple, etc) because of this. We should fix these tests and use unittest2 (a backport of new unitest features) for this.