-
Notifications
You must be signed in to change notification settings - Fork 621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add unit tests and enhance PR help message functionality #1378
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍(Review updated until commit 276a869)Here are some key observations to aid the review process:
|
CI Failure Feedback 🧐(Checks updated until commit 2f746cc)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
/help how to do a custom label in PR Agent? |
Question:how to do a custom label in PR Agent? Answer:There are 3 ways to enable custom labels in Qodo Merge (PR-Agent):
The custom labels will be used by both the dedicated Relevant Sources: |
/ask does it make sense that the |
Ask❓does it make sense that the Answer:Yes, it makes sense that the |
/improve |
/describe |
PR Description updated to latest commit (276a869)
|
/review |
Persistent review updated to latest commit 276a869 |
/review |
PR Description updated to latest commit (276a869)
|
Preparing PR description... |
2 similar comments
Preparing PR description... |
Preparing PR description... |
PR Code Suggestions ✨Latest suggestions up to 276a869
Previous suggestionsSuggestions up to commit 276a869
Suggestions up to commit 276a869
Suggestions up to commit 2f746cc
|
PR Code Suggestions ✨No code suggestions found for the PR. |
1 similar comment
PR Code Suggestions ✨No code suggestions found for the PR. |
PR Code Suggestions ✨No code suggestions found for the PR. |
PR Type
Tests, Enhancement
Description
extract_header
function intest_pr_help_message.py
.PRHelpMessage
class initialization andrun
method without OpenAI key.pytest-asyncio
torequirements.txt
to support asynchronous tests.Changes walkthrough 📝
test_pr_help_message.py
Add unit tests for PR help message functionality
tests/unittest/test_pr_help_message.py
extract_header
function.PRHelpMessage
class initialization.PRHelpMessage
classrun
method without OpenAIkey.
requirements.txt
Add pytest-asyncio to requirements
requirements.txt
pytest-asyncio
dependency.