1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-09-27 23:52:41 +01:00

#612: Little cleanup

This commit is contained in:
Vladimir Iakovlev
2017-03-13 13:30:07 +01:00
parent 4b53b1d3e3
commit c7d7a6d1d7
4 changed files with 10 additions and 5 deletions

View File

@@ -51,6 +51,7 @@ def test_match(command):
@pytest.mark.parametrize('command, new_command', [
(Command('yarn help clean', stdout=stdout_clean), open_command('https://yarnpkg.com/en/docs/cli/clean'))])
(Command('yarn help clean', stdout=stdout_clean),
open_command('https://yarnpkg.com/en/docs/cli/clean'))])
def test_get_new_command(command, new_command):
assert get_new_command(command) == new_command