This commit is contained in:
Paul Gauthier 2024-11-30 09:19:22 -08:00
parent c682bd858a
commit 37b31c46bd
7 changed files with 89 additions and 90 deletions

View file

@ -329,7 +329,7 @@ cog.outl("```")
## Enable/disable automatic testing after changes (default: False)
#auto-test: false
## Run tests and fix problems found
## Run tests, fix problems found and then exit
#test: false
############

View file

@ -309,7 +309,7 @@ cog.outl("```")
## Enable/disable automatic testing after changes (default: False)
#AIDER_AUTO_TEST=false
## Run tests and fix problems found
## Run tests, fix problems found and then exit
#AIDER_TEST=false
############

View file

@ -509,7 +509,7 @@ Aliases:
- `--no-auto-test`
### `--test`
Run tests and fix problems found
Run tests, fix problems found and then exit
Default: False
Environment variable: `AIDER_TEST`