mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
fix gitignore test
This commit is contained in:
parent
bde93903de
commit
3146d285bf
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class TestMain(TestCase):
|
||||||
|
|
||||||
gitignore.write_text("one\ntwo\n")
|
gitignore.write_text("one\ntwo\n")
|
||||||
check_gitignore(cwd, io)
|
check_gitignore(cwd, io)
|
||||||
self.assertEqual("one\ntwo\n.aider*\n", gitignore.read_text())
|
self.assertEqual("one\ntwo\n.aider*\n.env\n", gitignore.read_text())
|
||||||
del os.environ["GIT_CONFIG_GLOBAL"]
|
del os.environ["GIT_CONFIG_GLOBAL"]
|
||||||
|
|
||||||
def test_main_args(self):
|
def test_main_args(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue