From 775dd9e6b8341d6aae7dbf9da52805dfb0750b47 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Mon, 29 Jul 2024 16:57:19 -0300 Subject: [PATCH] Create a new file in a subdirectory of a git repository, then create a Coder instance from that file and another Coder instance from the first one, ensuring both have the same set of absolute file names. --- tests/basic/test_coder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/basic/test_coder.py b/tests/basic/test_coder.py index 7f3706a04..4ac1f2238 100644 --- a/tests/basic/test_coder.py +++ b/tests/basic/test_coder.py @@ -1,3 +1,4 @@ +import os import tempfile import unittest from pathlib import Path