MCPcopy Index your code
hub / github.com/google/adk-python / test_list_skills

Function test_list_skills

tests/unittests/tools/test_skill_toolset.py:173–178  ·  view source on GitHub ↗
(mock_skill1, mock_skill2)

Source from the content-addressed store, hash-verified

171
172
173def test_list_skills(mock_skill1, mock_skill2):
174 toolset = skill_toolset.SkillToolset([mock_skill1, mock_skill2])
175 skills = toolset._list_skills()
176 assert len(skills) == 2
177 assert mock_skill1 in skills
178 assert mock_skill2 in skills
179
180
181def test_clone_with_updated_skills(mock_skill1, mock_skill2):

Callers

nothing calls this directly

Calls 1

_list_skillsMethod · 0.95

Tested by

no test coverage detected