Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Oct 16, 2024
1 parent 1d275fb commit d2dc90f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .aider/prompts/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ Analyze the Pester test files for the dbatools PowerShell module and perform the

Make these changes directly in the code. If you encounter any SQL Server-specific testing scenarios that require special handling, implement the necessary adjustments while maintaining the integrity of the tests.

8.5 Adjust parameter check syntax:
- Look at the example below for the new syntax for parameter checks.

9. EXAMPLE PESTER V5 TEST SCRIPT:

```powershell
Expand Down
2 changes: 1 addition & 1 deletion .aider/update-tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ foreach ($command in $commands) {
$cmdprompt = $cmdPrompt -join "`n"

# Run Aider in non-interactive mode with auto-confirmation
#aider --message "$cmdPrompt" "$($command.Name).Tests.ps1" --yes
aider --message "$cmdPrompt" "$($command.Name).Tests.ps1" --yes
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ allcommands.ps1
.aider/aider.chat.history.md
.aider/aider.input.history
.aider/aider.llm.history
.aider*

0 comments on commit d2dc90f

Please sign in to comment.