1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

autopep8'ed

This commit is contained in:
William Ting
2014-08-09 19:59:41 -07:00
parent f23727ed0f
commit 581b8d9617
6 changed files with 129 additions and 117 deletions

View File

@@ -138,7 +138,7 @@ def test_get_index():
def test_get_path():
assert get_tab_entry_info('foo__3__/foo/bar', '__') \
== ('foo', 3, '/foo/bar')
== ('foo', 3, '/foo/bar')
def test_get_none():