Files
openide/python/testData/intentions/PyConvertToFStringIntentionTest/formatMethodNestedFields3_after.py
Mikhail Golubev df4bbd4a66 PY-21244 Properly enumerate nested fields without explicit name or index
Previously they were enumerated in the opposite order, i.e.
descendant fields had lower indexes than their parents. Existing tests
didn't caught that problem because I misinterpreted the method
UsefulTestCase#assertSameElements(), should have used
UsefulTestCase#assertOrderedEquals() instead.
2016-11-08 18:20:22 +03:00

1 line
19 B
Python