コード例 #1
0
ファイル: test_bash.py プロジェクト: mengdaya/fuckshell
def test_how_to_configure_alias(proc, TIMEOUT):
    proc.sendline('unset -f f**k')
    how_to_configure(proc, TIMEOUT)
コード例 #2
0
ファイル: test_bash.py プロジェクト: AdmiralAwesome/thefuck
def test_how_to_configure_alias(proc, TIMEOUT):
    how_to_configure(proc, TIMEOUT)
コード例 #3
0
def test_how_to_configure_alias(proc, TIMEOUT):
    proc.sendline(u'unfunction please')
    how_to_configure(proc, TIMEOUT)
コード例 #4
0
def test_how_to_configure_alias(proc, TIMEOUT):
    how_to_configure(proc, TIMEOUT)
コード例 #5
0
ファイル: test_zsh.py プロジェクト: Googulator/thefuck
def test_how_to_configure_alias(proc, TIMEOUT):
    proc.sendline(u'unfunction f**k')
    how_to_configure(proc, TIMEOUT)
コード例 #6
0
def test_how_to_configure_alias(proc, TIMEOUT):
    proc.sendline(u"unfunction f**k")
    how_to_configure(proc, TIMEOUT)
コード例 #7
0
ファイル: test_bash.py プロジェクト: yongbinfeng/thefuck
def test_how_to_configure_alias(proc, TIMEOUT):
    proc.sendline('unset -f f**k')
    how_to_configure(proc, TIMEOUT)