(self)
| 94 | # This test case isn't run directly. It just defines common tests |
| 95 | # to the different sequence types below |
| 96 | def setUp(self): |
| 97 | self.o = newstyle() |
| 98 | self.n = newstyle() |
| 99 | self.o2 = newstyle() |
| 100 | self.n2 = newstyle() |
| 101 | |
| 102 | def test_index(self): |
| 103 | self.o.ind = -2 |