This commit is contained in:
Paul Gauthier 2023-05-21 16:00:58 -07:00
parent 64acbaecac
commit 081781dcf1

View file

@ -124,5 +124,16 @@ pytest tests/test_commands.py
> Applied edit to tests/test_commands.py
> Commit d1551b4 aider: Updated test to pass a string instead of a list when calling `cmd_add` method.
> aider/commands.py
> Add these files to the chat? n
#### /run pytest tests/test_commands.py
> ```
> ============================= test session starts ==============================
> platform darwin -- Python 3.11.3, pytest-7.3.1, pluggy-1.0.0
> rootdir: /Users/gauthier/Projects/aider
> collected 1 item
>
> tests/test_commands.py . [100%]
>
> ============================== 1 passed in 0.38s ===============================
> ```