mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-19 00:58:56 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
62b74e92da
@ -23,6 +23,8 @@ def test_match(output):
|
|||||||
def test_get_new_command(output):
|
def test_get_new_command(output):
|
||||||
assert get_new_command(Command('git push', output))\
|
assert get_new_command(Command('git push', output))\
|
||||||
== "git push --set-upstream origin master"
|
== "git push --set-upstream origin master"
|
||||||
|
assert get_new_command(Command('git push master', output))\
|
||||||
|
== "git push --set-upstream origin master"
|
||||||
assert get_new_command(Command('git push -u', output))\
|
assert get_new_command(Command('git push -u', output))\
|
||||||
== "git push --set-upstream origin master"
|
== "git push --set-upstream origin master"
|
||||||
assert get_new_command(Command('git push -u origin', output))\
|
assert get_new_command(Command('git push -u origin', output))\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user