mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
fixed tests
This commit is contained in:
parent
15d3a5d581
commit
277a92b3c6
1 changed files with 8 additions and 8 deletions
|
@ -391,10 +391,10 @@ class TestCoder(unittest.TestCase):
|
||||||
Do this:
|
Do this:
|
||||||
|
|
||||||
{str(fname)}
|
{str(fname)}
|
||||||
<<<<<<< HEAD
|
<<<<<<< SEARCH
|
||||||
=======
|
=======
|
||||||
new
|
new
|
||||||
>>>>>>> updated
|
>>>>>>> REPLACE
|
||||||
|
|
||||||
"""
|
"""
|
||||||
coder.partial_response_function_call = dict()
|
coder.partial_response_function_call = dict()
|
||||||
|
@ -441,11 +441,11 @@ new
|
||||||
Do this:
|
Do this:
|
||||||
|
|
||||||
{str(fname2)}
|
{str(fname2)}
|
||||||
<<<<<<< HEAD
|
<<<<<<< SEARCH
|
||||||
two
|
two
|
||||||
=======
|
=======
|
||||||
TWO
|
TWO
|
||||||
>>>>>>> updated
|
>>>>>>> REPLACE
|
||||||
|
|
||||||
"""
|
"""
|
||||||
coder.partial_response_function_call = dict()
|
coder.partial_response_function_call = dict()
|
||||||
|
@ -493,11 +493,11 @@ TWO
|
||||||
Do this:
|
Do this:
|
||||||
|
|
||||||
{str(fname)}
|
{str(fname)}
|
||||||
<<<<<<< HEAD
|
<<<<<<< SEARCH
|
||||||
two
|
two
|
||||||
=======
|
=======
|
||||||
three
|
three
|
||||||
>>>>>>> updated
|
>>>>>>> REPLACE
|
||||||
|
|
||||||
"""
|
"""
|
||||||
coder.partial_response_function_call = dict()
|
coder.partial_response_function_call = dict()
|
||||||
|
@ -570,11 +570,11 @@ three
|
||||||
Do this:
|
Do this:
|
||||||
|
|
||||||
{str(fname)}
|
{str(fname)}
|
||||||
<<<<<<< HEAD
|
<<<<<<< SEARCH
|
||||||
one
|
one
|
||||||
=======
|
=======
|
||||||
two
|
two
|
||||||
>>>>>>> updated
|
>>>>>>> REPLACE
|
||||||
|
|
||||||
"""
|
"""
|
||||||
coder.partial_response_function_call = dict()
|
coder.partial_response_function_call = dict()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue