Update test-driven development guideline for Claude

This commit is contained in:
2025-07-02 19:02:28 -04:00
parent 2b04ca01a9
commit 8b5d80a9d6

View File

@@ -94,7 +94,7 @@ Currently supports Chapman University (Passio System ID: "263"). Each university
## Development Guidelines
### General Guidelines
- Use test-driven development and always validate code through testing
- Use test-driven development. Always write tests before implementation, and run them before and after implementation.
### Git Workflow
- Use the name of the branch for all pull requests