tests: add unit tests for api/tools/tools.py (fixes #298)#299
tests: add unit tests for api/tools/tools.py (fixes #298)#299124padmini wants to merge 5 commits intojenkinsci:mainfrom
Conversation
|
Hi @krisstern, @shivaylamba, and @chiraggupta, could you please approve the pending workflows and review when you get a chance? Happy to make any changes needed. |
|
Please run the test and lint in your local before running it here |
|
Your commit email and your current user is unmatched. Please use the appropriate emails for your commits. |
c5dfcc5 to
4dadd65
Compare
|
Fixed the commit email mismatch and resolved the Pylint trailing whitespace issue. All 9 tests passing locally with Pylint score 10/10. Pushed the updated commit. |
This commit aed06b7 is still unmatch. |
4dadd65 to
c1062cd
Compare
|
Fixed the commit email mismatch on all commits. Both commits now use the correct GitHub no-reply email. |
|
Hi @berviantoleo, all commit emails are now fixed, and all checks are passing. Could you please approve the pending workflows when you get a chance? Thanks! |
|
Hi @berviantoleo, @krisstern — all commit emails are fixed and all 21 checks are passing. Could you please take a final look when you get a chance? Happy to make any further changes. Thanks! |
Summary
Adds unit tests for chatbot-core/api/tools/tools.py which had zero test coverage.
Tests Added
File: tests/unit/tools/test_tools.py
Results
All 7 tests are passing locally.
Closes #298