| 176 |
| 177 |
| 178 |
| 179 |
| 180 |
| 181 |
| 182 |
| 183 |
| 184 |
| 185 |
| 186 |
| 187 |
| 188 |
| 189 |
| 190 | |
def test_getstatementrange_bug2(self): |
-> py.test.skip("fix me (issue19)") |
source = Source("""\ |
assert ( |
33 |
== |
[ |
X(3, |
b=1, c=2 |
), |
] |
) |
""") |
assert len(source) == 9 |
assert source.getstatementrange(5) == (0, 9) | |