cohere-toolkit icon indicating copy to clipboard operation
cohere-toolkit copied to clipboard

Move test file

Open BeatrixCohere opened this issue 1 year ago • 1 comments

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 lint and make 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 for MockCohereDeployment to include the unit package.

BeatrixCohere avatar Aug 20 '24 14:08 BeatrixCohere

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.

codecov-commenter avatar Aug 20 '24 14:08 codecov-commenter