-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unit tests for dependencies.py (#11)
* Added test for get_settings * Added tests for test_get_connection_string * Added tests for get_engine * Added tests for get_session * Added test for process_validation_error * lint * lint * Added type ignores for mypy * ruff format * Added fixes for unit old tests * Added type arguments * Removed mock settings * code review * Fixed most unit test issues * Had to delete one unit test, since it was not working * Added change to make tests backwards compatible with new httpx_mock version * Update test_simple_agent.py * Update test_simple_chat_agent.py * Update test_tools.py * Added changelog * Reformatted with proper ruff version * Added patch_required_env fixture * code review * lint * lint * Removed redundant test * Code review
- Loading branch information
Showing
4 changed files
with
85 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.