mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-14 14:48:49 +00:00
Add test for fish aliasing
This commit is contained in:
parent
04a3f79606
commit
cc55ae6480
@ -43,7 +43,8 @@ class TestFish(object):
|
||||
('open', 'open'),
|
||||
('vim', 'vim'),
|
||||
('ll', 'fish -ic "ll"'),
|
||||
('ls', 'ls')]) # Fish has no aliases but functions
|
||||
('ls', 'ls'),
|
||||
('g', 'git')])
|
||||
def test_from_shell(self, before, after, shell):
|
||||
assert shell.from_shell(before) == after
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user