shorten some variable names

This commit is contained in:
Anthony Sottile
2019-09-01 19:20:07 -07:00
parent 16c6526dac
commit d9814fb658
2 changed files with 46 additions and 50 deletions

View File

@@ -12,7 +12,7 @@ import babi
def test_position_repr():
ret = repr(babi.Position())
assert ret == 'Position(file_line=0, cursor_line=0, x=0, cursor_x_hint=0)'
assert ret == 'Position(file_line=0, cursor_line=0, x=0, x_hint=0)'
@pytest.mark.parametrize(