mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-19 04:21:14 +00:00
Style change
This commit is contained in:
parent
feb3eee2a0
commit
336d8b7b4b
@ -2,6 +2,7 @@ import pytest
|
||||
from thefuck.rules.vagrant_up import match, get_new_command
|
||||
from tests.utils import Command
|
||||
|
||||
|
||||
@pytest.mark.parametrize('command', [
|
||||
Command(script='vagrant ssh', stderr='VM must be running to open SSH connection. Run `vagrant up`\nto start the virtual machine.'),
|
||||
Command(script='vagrant ssh devbox', stderr='VM must be running to open SSH connection. Run `vagrant up`\nto start the virtual machine.'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user