mirror of
https://github.com/nvbn/thefuck.git
synced 2025-10-30 06:34:09 +00:00
#334: Don't wait for all rules before showing result
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
import pytest
|
||||
from mock import Mock
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def no_memoize(monkeypatch):
|
||||
monkeypatch.setattr('thefuck.utils.memoize.disabled', True)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def settings():
|
||||
return Mock(debug=False, no_colors=True)
|
||||
|
||||
Reference in New Issue
Block a user