From 081781dcf12d69dc89f9834b840cb55b370eda11 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 21 May 2023 16:00:58 -0700 Subject: [PATCH] copy --- examples/add-test.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/examples/add-test.md b/examples/add-test.md index c7a0b6617..9a435cebe 100644 --- a/examples/add-test.md +++ b/examples/add-test.md @@ -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 =============================== +> ```