From 38820701be3e9f69469f3dd9a6bc49fe5a44f95a Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 29 Oct 2024 12:53:20 -0700 Subject: [PATCH] test: add comment for read-only file test case --- tests/basic/test_commands.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/basic/test_commands.py b/tests/basic/test_commands.py index 500c09313..0f715746b 100644 --- a/tests/basic/test_commands.py +++ b/tests/basic/test_commands.py @@ -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)