Skip to content

Commit 84a9767

Browse files
authored
Update .github/copilot-instructions.md
1 parent c06cdc2 commit 84a9767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Use `make help` to see all available commands. Common targets include:
7979
- Unit tests use pytest framework
8080
- Tests are located in `/src/test/`
8181
- Test files follow pattern: `test_*.py`
82-
- Run tests with: `make test`
82+
- Run tests with: `make test` or `uv run pytest -v`
8383

8484
### Test Coverage
8585

0 commit comments

Comments
 (0)