test: enhance cache call assertions in crew tests

* Improved the test for cache hitting between agents by filtering mock calls to ensure they include the expected 'tool' and 'input' keywords.
* Added assertions to verify the number of cache calls and their expected arguments, enhancing the reliability of the test.
* Cleaned up whitespace and improved readability in various test cases for better maintainability.
This commit is contained in:
lorenzejay
2025-07-02 15:04:36 -07:00
parent 20a517591d
commit 06ea9dcfe6
2 changed files with 158 additions and 12 deletions

File diff suppressed because one or more lines are too long