mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 06:44:59 +00:00
Don't paginate cmd_web/diff except as / commands
This commit is contained in:
parent
c3e08a80eb
commit
11820ba6c1
2 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ class TestScrape(unittest.TestCase):
|
|||
self.commands.io.tool_error = mock_print_error
|
||||
|
||||
# Run the cmd_web command
|
||||
result = self.commands.cmd_web("https://example.com")
|
||||
result = self.commands.cmd_web("https://example.com", paginate=False)
|
||||
|
||||
# Assert that the result contains some content
|
||||
self.assertIsNotNone(result)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue