1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-02 16:58:36 +00:00

7 lines
153 B
Python
Raw Normal View History

import pytest
@pytest.fixture(autouse=True)
def generic_shell(monkeypatch):
monkeypatch.setattr('thefuck.shells.and_', lambda *x: u' && '.join(x))