mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 22:04:59 +00:00
test: add comment about Windows path separator issue in test_commands.py
This commit is contained in:
parent
7d37793765
commit
f9005451fa
1 changed files with 1 additions and 0 deletions
|
@ -694,6 +694,7 @@ class TestCommands(TestCase):
|
|||
# Clean up
|
||||
Path(session_file).unlink()
|
||||
|
||||
#ai this test fails on windows because it uses /, fix it!
|
||||
def test_cmd_save_and_load_with_external_file(self):
|
||||
with tempfile.NamedTemporaryFile(mode="w", delete=False) as external_file:
|
||||
external_file.write("External file content")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue