test_expand_patterns_basic_brace_expansion() — langchain Function Reference
Architecture documentation for the test_expand_patterns_basic_brace_expansion() function in test_file_search.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 764332ec_7e85_c31a_8ce6_ee3ecbc80411["test_expand_patterns_basic_brace_expansion()"] 8d8571ee_d8f6_c6a0_4f5b_7cd94c50bdd7["TestExpandIncludePatterns"] 764332ec_7e85_c31a_8ce6_ee3ecbc80411 -->|defined in| 8d8571ee_d8f6_c6a0_4f5b_7cd94c50bdd7 style 764332ec_7e85_c31a_8ce6_ee3ecbc80411 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/langchain_v1/tests/unit_tests/agents/middleware/implementations/test_file_search.py lines 303–306
def test_expand_patterns_basic_brace_expansion(self) -> None:
"""Test basic brace expansion with multiple options."""
result = _expand_include_patterns("*.{py,txt}")
assert result == ["*.py", "*.txt"]
Domain
Subdomains
Source
Frequently Asked Questions
What does test_expand_patterns_basic_brace_expansion() do?
test_expand_patterns_basic_brace_expansion() is a function in the langchain codebase, defined in libs/langchain_v1/tests/unit_tests/agents/middleware/implementations/test_file_search.py.
Where is test_expand_patterns_basic_brace_expansion() defined?
test_expand_patterns_basic_brace_expansion() is defined in libs/langchain_v1/tests/unit_tests/agents/middleware/implementations/test_file_search.py at line 303.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free