The project uses pytest for automated tests.
From the repository root:
pytestThe repository includes tests for:
- GitHub integration behavior
- health endpoints
- metadata helpers
- orders
- prompts
- prospects
- queue routes
- resend email behavior
- route registration
The tests appear to validate behavior at the route and utility level, focusing on expected API responses and core functionality rather than UI interaction.