Skip to content

Commit

Permalink
add testing support
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Nov 2, 2024
1 parent 00b3225 commit a35bd07
Show file tree
Hide file tree
Showing 4 changed files with 583 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .aider.conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ show-repo-map: false
#aiderignore: .aider/.aiderignore

## Command to lint PowerShell code using PSScriptAnalyzer
lint-cmd: "pwsh -Command Invoke-ScriptAnalyzer -Path *.ps1"
lint-cmd: "Invoke-ScriptAnalyzer -Path *.ps1"

## Automatically runs tests after code changes using Pester
auto-test: false

## Command to run PowerShell tests using Pester
#test-cmd: "pwsh -Command Invoke-Pester -Path .\\Tests"
# test-cmd: "pwsh /workspace/tests/Configs/aider.test.ps1 $1"

## Control verbosity of the output (default: false)
verbose: false
Expand Down
Loading

0 comments on commit a35bd07

Please sign in to comment.