Home / Function/ test_ignores_incorrect_paths() — anthropic-sdk-python Function Reference

test_ignores_incorrect_paths() — anthropic-sdk-python Function Reference

Architecture documentation for the test_ignores_incorrect_paths() function in test_extract_files.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  986c2e34_293e_6cba_9d45_cfc94eaf0988["test_ignores_incorrect_paths()"]
  0c5e6779_0a2a_28fc_5287_7349e6c59ced["test_extract_files.py"]
  986c2e34_293e_6cba_9d45_cfc94eaf0988 -->|defined in| 0c5e6779_0a2a_28fc_5287_7349e6c59ced
  style 986c2e34_293e_6cba_9d45_cfc94eaf0988 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

tests/test_extract_files.py lines 59–64

def test_ignores_incorrect_paths(
    query: dict[str, object],
    paths: Sequence[Sequence[str]],
    expected: list[tuple[str, FileTypes]],
) -> None:
    assert extract_files(query, paths=paths) == expected

Subdomains

Frequently Asked Questions

What does test_ignores_incorrect_paths() do?
test_ignores_incorrect_paths() is a function in the anthropic-sdk-python codebase, defined in tests/test_extract_files.py.
Where is test_ignores_incorrect_paths() defined?
test_ignores_incorrect_paths() is defined in tests/test_extract_files.py at line 59.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free