1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-10-10 05:44:01 +01:00

#441: Remove shells methods wrappers

This commit is contained in:
nvbn
2016-01-29 13:09:40 +03:00
parent b5dc7aab6d
commit fe07fcaa62
34 changed files with 86 additions and 119 deletions

View File

@@ -4,7 +4,7 @@ import pytest
from thefuck.shells import Fish
@pytest.mark.usefixtures('isfile')
@pytest.mark.usefixtures('isfile', 'no_memoize', 'no_cache')
class TestFish(object):
@pytest.fixture
def shell(self):