Add Python integration tests to CI#449
Conversation
Add a new CI job that runs the web handler integration tests (tests/integration/test_web). These use webtest.TestApp with mocks and don't require external dependencies (lftp, SSH). The heavier integration tests (test_lftp, test_controller) that require real lftp/SSH are excluded — they need the Docker test container which is a separate concern. Gate the publish job on this new job passing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Review rate limit: 0/1 reviews remaining, refill in 57 minutes and 2 seconds.Comment |
- test_auto_queue: use resp.text/resp.json instead of resp.html (handlers now return text/plain and application/json, not text/html) - test_stream_*: increase Timer delays from 0.5s to 2.0s to prevent race conditions where the stop timer fires before update timers on slow CI runners Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
Python Integration Teststhat runstests/integration/test_web(web handler integration tests using webtest.TestApp)make test— now they run on every PRTest plan
Python Integration Testsjob appears in CI and passes🤖 Generated with Claude Code