Skip to content

Commit bfbee41

Browse files
lucaspimentelclaude
andcommitted
refactor: move test-scripts into test directory
- Move test-scripts/ to test/test-scripts/ - Update path references in README.md and test-scripts/README.md - Consolidates all test-related files under test/ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dffacb6 commit bfbee41

26 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ dotnet test --filter "FullyQualifiedName~SequencePredictor"
482482
dotnet test --logger "console;verbosity=detailed"
483483
484484
# Run integration tests for filtering scenarios
485-
pwsh -NoProfile -File test-scripts/test-completion-filtering.ps1 all
485+
pwsh -NoProfile -File test/test-scripts/test-completion-filtering.ps1 all
486486
```
487487

488488
### Testing Completions Manually
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The following scripts work with the current PSCue architecture:
7979
- Bug #2: `scoop <tab>` after `scoop h<tab>` returning only "h" completions
8080
- Bug #3: `scoop update <tab>` returning all scoop subcommands instead of update arguments
8181
- Returns exit code 0 if all tests pass, 1 if any fail
82-
- **Run**: `pwsh -NoProfile -File test-scripts/test-completion-filtering.ps1 all`
82+
- **Run**: `pwsh -NoProfile -File test/test-scripts/test-completion-filtering.ps1 all`
8383

8484
**test-scoop-update.ps1**
8585
- Tests the `scoop update <tab>` bug fix
@@ -197,7 +197,7 @@ The following scripts work with the current PSCue architecture:
197197
### Quick IPC Test
198198
```powershell
199199
# Run the simple IPC test
200-
pwsh -NoProfile -File test-scripts/test-ipc-simple.ps1
200+
pwsh -NoProfile -File test/test-scripts/test-ipc-simple.ps1
201201
```
202202

203203
### Comprehensive IPC Test
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)