mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
added debug output
This commit is contained in:
parent
f3af05f3ee
commit
55b1634811
2 changed files with 9 additions and 1 deletions
|
@ -37,7 +37,7 @@ class TestMain(TestCase):
|
|||
subprocess.run(["git", "init"])
|
||||
subprocess.run(["git", "config", "user.email", "dummy@example.com"])
|
||||
subprocess.run(["git", "config", "user.name", "Dummy User"])
|
||||
main(["--yes", "foo.txt"], input=DummyInput(), output=DummyOutput())
|
||||
main(["--verbose", "--yes", "foo.txt"], input=DummyInput(), output=DummyOutput())
|
||||
self.assertTrue(os.path.exists("foo.txt"))
|
||||
|
||||
def test_main_args(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue