Update test class name and adjust patch extra lines configuration

- Renamed test class to `TestExtendedPatchMoreLines` in `test_extend_patch.py`
- Imported `pr_generate_extended_diff` in `test_extend_patch.py`
- Updated `patch_extra_lines_before` to 4 in `additional_configurations.md`
This commit is contained in:
mrT23
2024-08-11 11:29:31 +03:00
parent 5701816b2e
commit 2b2b851cb9
2 changed files with 3 additions and 2 deletions

View File

@ -66,7 +66,7 @@ By default, around any change in your PR, git patch provides three lines of cont
For the `review`, `describe`, `ask` and `add_docs` tools, if the token budget allows, PR-Agent tries to increase the number of lines of context, via the parameter:
```
[config]
patch_extra_lines_before=6
patch_extra_lines_before=4
patch_extra_lines_after=2
```