mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
copy
This commit is contained in:
parent
45c1f0dc81
commit
b24ac199c5
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ To get a sense of how effective this can be, this
|
||||||
shows GPT-4 creating a black box test case, **without being given
|
shows GPT-4 creating a black box test case, **without being given
|
||||||
access to the source code of the function being tested or any of the
|
access to the source code of the function being tested or any of the
|
||||||
other code in the repo.**
|
other code in the repo.**
|
||||||
|
Using only the meta-data in the map, GPT is able to figure out how to
|
||||||
|
call the method to be tested, as well as how to instantiate multiple
|
||||||
|
class objects that are required to prepare for the test.
|
||||||
|
|
||||||
|
|
||||||
## The problem: code context
|
## The problem: code context
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue