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.

This commit is contained in:
Paul Gauthier (aider) 2024-07-29 16:57:19 -03:00
parent 149db2e5fe
commit 775dd9e6b8

View file

@ -1,3 +1,4 @@
import os
import tempfile
import unittest
from pathlib import Path