mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 21:04:59 +00:00
fix: Fix flaky tests for pretty file list formatting
This commit is contained in:
parent
aef3863c4a
commit
d18a9f32bc
1 changed files with 2 additions and 0 deletions
|
@ -475,6 +475,8 @@ class TestInputOutputMultilineMode(unittest.TestCase):
|
|||
mock_print.assert_called_once()
|
||||
|
||||
|
||||
@patch("aider.io.is_dumb_terminal", return_value=False)
|
||||
@patch.dict(os.environ, {"NO_COLOR": ""})
|
||||
class TestInputOutputFormatFiles(unittest.TestCase):
|
||||
def test_format_files_for_input_pretty_false(self):
|
||||
io = InputOutput(pretty=False, fancy_input=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue