mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
refactor: Move windows_path variable outside test cases tuple
This commit is contained in:
parent
eb0389938c
commit
871c6d56dc
1 changed files with 0 additions and 2 deletions
|
@ -325,8 +325,6 @@ class TestCoder(unittest.TestCase):
|
|||
# {test_files[1]},
|
||||
# ),
|
||||
# Files with Windows-style paths
|
||||
# Pre-format the Windows path to avoid backslash issues in f-string expressions
|
||||
windows_path = test_files[2].replace('/', '\\')
|
||||
(f"Edit the file {windows_path}", {test_files[2]}),
|
||||
# Files with different quote styles
|
||||
(f'Check "{test_files[5]}" now', {test_files[5]}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue