mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-18 12:06:04 +00:00
7 lines
125 B
Python
7 lines
125 B
Python
import pytest
|
|
|
|
|
|
@pytest.fixture
|
|
def no_memoize(monkeypatch):
|
|
monkeypatch.setattr('thefuck.utils.memoize.disabled', True)
|