mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-10 13:54:04 +01:00
#1248: Check for multiple patterns in functional tests
This commit is contained in:
@@ -43,7 +43,7 @@ def test_with_confirmation(proc, TIMEOUT):
|
||||
@pytest.mark.functional
|
||||
def test_select_command_with_arrows(proc, TIMEOUT):
|
||||
select_command_with_arrows(proc, TIMEOUT)
|
||||
history_changed(proc, TIMEOUT, u'git help')
|
||||
history_changed(proc, TIMEOUT, u'git help', u'git hook')
|
||||
|
||||
|
||||
@pytest.mark.functional
|
||||
|
Reference in New Issue
Block a user