test_path_params_delete() — anthropic-sdk-python Function Reference
Architecture documentation for the test_path_params_delete() function in test_skills.py from the anthropic-sdk-python codebase.
Entity Profile
Dependency Diagram
graph TD 00f8157c_db83_69b8_8dda_f605e5fd848e["test_path_params_delete()"] 9ec70ef7_8023_0e38_8ba5_8a6a4d956222["TestAsyncSkills"] 00f8157c_db83_69b8_8dda_f605e5fd848e -->|defined in| 9ec70ef7_8023_0e38_8ba5_8a6a4d956222 acfab58e_3a46_2b67_ac53_53cc4e86237b["test_path_params_delete()"] acfab58e_3a46_2b67_ac53_53cc4e86237b -->|calls| 00f8157c_db83_69b8_8dda_f605e5fd848e acfab58e_3a46_2b67_ac53_53cc4e86237b["test_path_params_delete()"] 00f8157c_db83_69b8_8dda_f605e5fd848e -->|calls| acfab58e_3a46_2b67_ac53_53cc4e86237b style 00f8157c_db83_69b8_8dda_f605e5fd848e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
tests/api_resources/beta/test_skills.py lines 356–360
async def test_path_params_delete(self, async_client: AsyncAnthropic) -> None:
with pytest.raises(ValueError, match=r"Expected a non-empty value for `skill_id` but received ''"):
await async_client.beta.skills.with_raw_response.delete(
skill_id="",
)
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does test_path_params_delete() do?
test_path_params_delete() is a function in the anthropic-sdk-python codebase, defined in tests/api_resources/beta/test_skills.py.
Where is test_path_params_delete() defined?
test_path_params_delete() is defined in tests/api_resources/beta/test_skills.py at line 356.
What does test_path_params_delete() call?
test_path_params_delete() calls 1 function(s): test_path_params_delete.
What calls test_path_params_delete()?
test_path_params_delete() is called by 1 function(s): test_path_params_delete.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free