Skip to content

fix: resolve outdated function signature in test_e2e.py and configure pytest suite - #107

Merged
archittmittal merged 4 commits into
PxA-Labs:mainfrom
archittmittal:fix/issue-62
Aug 10, 2026
Merged

fix: resolve outdated function signature in test_e2e.py and configure pytest suite#107
archittmittal merged 4 commits into
PxA-Labs:mainfrom
archittmittal:fix/issue-62

Conversation

@archittmittal

Copy link
Copy Markdown
Contributor

Resolves #62. This PR updates test_e2e.py to match the current function signature of run_agent_loop, refactors test_fs_api.py and test_ws.py to use pytest, adds test_agents_unit.py for agent node unit tests, and adds pytest runner step to Backend CI. Under professionalism constraints, no emojis have been used in code, commit, or PR details.

@coderabbitai

coderabbitai Bot commented Aug 10, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@archittmittal, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 51 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 49b25a50-1457-404b-858f-0e5915eade06

📥 Commits

Reviewing files that changed from the base of the PR and between ed03cf7 and 05dc8d9.

📒 Files selected for processing (14)
  • .github/workflows/ci-backend.yml
  • .github/workflows/greetings.yml
  • .github/workflows/pr-size-labeler.yml
  • ISSUES.md
  • backend/agents.py
  • backend/pytest.ini
  • backend/requirements.txt
  • backend/test_agents_unit.py
  • backend/test_e2e.py
  • backend/test_fs_api.py
  • backend/test_ws.py
  • generate_ppt.py
  • patch_comments.py
  • test_groq.py

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@archittmittal
archittmittal merged commit 3197293 into PxA-Labs:main Aug 10, 2026
7 checks passed
@archittmittal
archittmittal deleted the fix/issue-62 branch August 10, 2026 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Test File Has Outdated Function Signature

1 participant