test: migrate showcase class fixtures for pytest 10#376
Conversation
|
Warning Review limit reached
Next review available in: 12 seconds Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Convert all seven class-scoped autouse showcase fixtures to pytest supported class methods so their setup remains class-wide after pytest 10 removes instance-method support. Tests: 29 passed, 10 skipped with PytestRemovedIn10Warning promoted to an error. Checkpoint: architect/sessions/release-v0.2.0-qualification/2026-07-22-journal.md Signed-off-by: Gnani Rahul Nutakki <gnani.nutakki@gmail.com>
3712a4d to
2140c9f
Compare
|
Rebase and review checkpoint
New signed/DCO head: The one-file patch is therefore identical to the committed-diff CodeRabbit CLI review that completed with zero findings before the rebase. Exact-head hosted CodeRabbit is rate-limited, so it is not being claimed as a substantive review. Post-rebase local rerun:
Fresh exact-head GitHub CI is running and remains required before merge. |
Relevant issues
Closes #371
Type
feat— new capability or surfacefix— bug fixdocs— article, README, or doc changerefactor— internal change, no behaviour changetest— test-only changeci— CI / workflow / toolingchore— housekeepingdev → main graduation— promoting reviewed work to release branchChanges
Compatibility and proof boundary: this is test-only. It changes no runtime enforcement, network behavior, credentials, public claims, or production artifacts. The ten live-Ollama cases remain credential-gated and intentionally unverified by this local lane.
Testing
PYTHONPATH=. uv run --project . pytest tests/test_e2e_showcase.py tests/test_e2e_showcase_transcript.py -q --tb=short -W error::pytest.PytestRemovedIn10Warning— 29 passed, 10 skipped.PYTHONPATH=. uv run --project . pytest tests/test_e2e_showcase.py -q --tb=short -W error::pytest.PytestRemovedIn10Warning— 18 passed, 10 skipped.uvx --from pre-commit==4.3.0 pre-commit run --files python/tests/test_e2e_showcase.py— all applicable hooks passed, including private-key and hardcoded-secret detection../scripts/check-local.sh --quick— passed.git diff --check— passed.README and documentation were reviewed; no update is warranted for this internal test compatibility migration.
AI-assisted implementation and review were used. The human author reviewed the final diff, owns the commit, and retains accountability.