mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 03:31:23 +00:00
af8f91ef66
The test_create_skill test was consistently failing in CI with a 500 from Anthropic because the SKILL.md frontmatter always used the same hardcoded name (test-skill-litellm). Since test_delete_skill is permanently skipped, skills accumulate in the CI account, and re-creating with a duplicate name triggers an Internal Server Error on Anthropic's side. Fix: pass a timestamp-based unique_suffix to create_skill_zip so each run produces a distinct skill name in the zip's SKILL.md frontmatter. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/test_litellm
This folder can only run mock tests.