From d93018111bdaf293a95ace304536e84e2c758a28 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 21 May 2023 16:22:23 -0700 Subject: [PATCH] copy --- README.md | 2 ++ examples/README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bdeb4e4a..e8fc98cf7 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Here are some example transcripts that show how you can chat with `aider` to gen * [**Complex Multi-file Change with Debugging**](https://aider.chat/examples/complex-change.html): A complex code change involving multiple source files and debugging. +* [**Create Black Box Test**](add-test.md): Creating a "black box" test case without access to the source code, using only a [ctags based repo map](https://aider.chat/docs/ctags.html). + You can find more chat transcripts on the [examples page](https://aider.chat/examples/). ## Features diff --git a/examples/README.md b/examples/README.md index 0e6838efd..8dc05ef16 100644 --- a/examples/README.md +++ b/examples/README.md @@ -17,7 +17,7 @@ In the chats, you'll see a varity of coding tasks like generating new code, edit * [**Automatically Update Docs**](update-docs.md): Automatically updating documentation based on the latest version of the main() function. -* [**Add Test Example**](add-test.md): Creating a "black box" test case for the `cmd_add()` function without access to the source code, using a ctags-based repo map. +* [**Create Black Box Test**](add-test.md): Creating a "black box" test case without access to the source code, using only a [ctags based repo map](https://aider.chat/docs/ctags.html). * [**Editing an Asciinema Cast File**](asciinema.md): Editing escape sequences in an `asciinema` screencast file.