1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-09-21 04:32:37 +01:00

Make "arrows" tests less dependent on environment

This commit is contained in:
nvbn
2015-09-06 01:24:29 +03:00
parent 22eac045c8
commit 5cfd493d05
3 changed files with 5 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ def test_with_confirmation(proc, TIMEOUT):
@pytest.mark.once_without_docker
def test_select_command_with_arrows(proc, TIMEOUT):
select_command_with_arrows(proc, TIMEOUT)
history_changed(proc, TIMEOUT, u'git push')
history_changed(proc, TIMEOUT, u'git help')
@pytest.mark.functional