mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 21:04:59 +00:00
test: add comment for read-only file test case
This commit is contained in:
parent
1bc74676ff
commit
38820701be
1 changed files with 2 additions and 0 deletions
|
@ -694,6 +694,8 @@ class TestCommands(TestCase):
|
|||
# Clean up
|
||||
Path(session_file).unlink()
|
||||
|
||||
# ai: add another test for load/save, but include a /read-only file that!
|
||||
# is from outside the repo
|
||||
def test_cmd_read_only_with_glob_pattern(self):
|
||||
with GitTemporaryDirectory() as repo_dir:
|
||||
io = InputOutput(pretty=False, fancy_input=False, yes=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue