mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
Fix typo in add-test.md
InputOuput -> InputOutput
This commit is contained in:
parent
166ecdcbd0
commit
54ccda71c8
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ In detail, GPT is able to use the repo map to:
|
|||
- Find the function signature of the `cmd_add()` function which the user wants a test case for.
|
||||
- Determine that it is a method of the `Command` class, so the test case will need to instantiate an instance to conduct the test.
|
||||
- Identify that creating a `Command` instance requires passing in `InputOutput` and `Coder` instances.
|
||||
- Figure out the arguments required to instantiate the `InputOuput` instance.
|
||||
- Figure out the arguments required to instantiate the `InputOutput` instance.
|
||||
- Decide that the `Coder` class looks complex enough to use a `MagickMock`.
|
||||
|
||||
The `cmd_add()` method is defined without type annotations, so GPT makes a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue