コード例 #1
0
ファイル: test_bash.py プロジェクト: AdmiralAwesome/thefuck
def test_select_command_with_arrows(proc, TIMEOUT, run_without_docker):
    select_command_with_arrows(proc, TIMEOUT)
    if not run_without_docker:
        history_changed(proc, TIMEOUT, u'git help')
コード例 #2
0
ファイル: test_fish.py プロジェクト: jarland1022/thefuck
def test_select_command_with_arrows(proc, TIMEOUT):
    select_command_with_arrows(proc, TIMEOUT)
コード例 #3
0
ファイル: test_bash.py プロジェクト: mengdaya/fuckshell
def test_select_command_with_arrows(proc, TIMEOUT):
    select_command_with_arrows(proc, TIMEOUT)
    history_changed(proc, TIMEOUT, u'git help')
コード例 #4
0
ファイル: test_bash.py プロジェクト: josephfrazier/thefuck
def test_select_command_with_arrows(proc, TIMEOUT):
    select_command_with_arrows(proc, TIMEOUT)
    history_changed(proc, TIMEOUT, u'git help')
コード例 #5
0
ファイル: test_bash.py プロジェクト: vladmysiur/konspekt
def test_select_command_with_arrows(proc, TIMEOUT, run_without_docker):
    select_command_with_arrows(proc, TIMEOUT)
    if not run_without_docker:
        history_changed(proc, TIMEOUT, u'git help')
コード例 #6
0
ファイル: test_tcsh.py プロジェクト: bugaevc/thefuck
def test_select_command_with_arrows(proc):
    select_command_with_arrows(proc)
コード例 #7
0
def test_select_command_with_arrows(proc):
    select_command_with_arrows(proc)
コード例 #8
0
ファイル: test_zsh.py プロジェクト: bugaevc/thefuck
def test_select_command_with_arrows(proc):
    select_command_with_arrows(proc)
    history_changed(proc, u'git push')
コード例 #9
0
def test_select_command_with_arrows(proc):
    select_command_with_arrows(proc)
    history_changed(proc, u'git push')