コード例 #1
0
def test_not_match():
    assert not match(Command("whois", ""))
コード例 #2
0
def test_match(command):
    assert match(command)
コード例 #3
0
ファイル: test_whois.py プロジェクト: mengdaya/fuckshell
def test_not_match():
    assert not match(Command(script='whois'))
コード例 #4
0
ファイル: test_whois.py プロジェクト: Clpsplug/thefuck
def test_match(command):
    assert match(command)
コード例 #5
0
def test_not_match():
    assert not match(Command('whois', ''))
コード例 #6
0
ファイル: test_whois.py プロジェクト: AdmiralAwesome/thefuck
def test_not_match():
    assert not match(Command(script='whois'))