cohere-toolkit
cohere-toolkit copied to clipboard
Move test file
Thank you for contributing to the Cohere Toolkit!
-
[ ] PR title: "area: description"
- Where "area" is whichever of interface, frontend, model, tools, backend, etc. is being modified. Use "docs: ..." for purely docs changes, "infra: ..." for CI changes.
- Example: "deployment: add Azure model option"
-
[ ] PR message: Delete this entire checklist and replace with
- Description: a description of the change
- Issue: the issue # it fixes, if applicable
- Dependencies: any dependencies required for this change
-
[ ] Add tests and docs: Please include testing and documentation for your changes
-
[ ] Lint and test: Run
make lintandmake run-tests
AI Description
This pull request updates the import statement for the MockCohereDeployment module in the test_tool_calls.py file.
File Changes
src/backend/tests/unit/chat/test_tool_calls.py: Updates the import statement forMockCohereDeploymentto include theunitpackage.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.65%. Comparing base (
3b3f165) to head (75c2555).
Additional details and impacted files
@@ Coverage Diff @@
## main #708 +/- ##
==========================================
+ Coverage 75.10% 75.65% +0.54%
==========================================
Files 261 262 +1
Lines 11546 11610 +64
==========================================
+ Hits 8672 8783 +111
+ Misses 2874 2827 -47
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.