Home / Function/ test_blockbuster_setup() — langchain Function Reference

test_blockbuster_setup() — langchain Function Reference

Architecture documentation for the test_blockbuster_setup() function in test_setup.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  074355c4_f7e5_145b_806b_b9056c915356["test_blockbuster_setup()"]
  1b6c757c_65ec_70b1_ab48_88f75a94b46b["test_setup.py"]
  074355c4_f7e5_145b_806b_b9056c915356 -->|defined in| 1b6c757c_65ec_70b1_ab48_88f75a94b46b
  style 074355c4_f7e5_145b_806b_b9056c915356 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/core/tests/unit_tests/test_setup.py lines 9–15

async def test_blockbuster_setup() -> None:
    """Check if blockbuster is correctly setup."""
    # Blocking call outside of langchain_core is allowed.
    time.sleep(0.01)  # noqa: ASYNC251
    with pytest.raises(BlockingError):
        # Blocking call from langchain_core raises BlockingError.
        sys_info.print_sys_info()

Subdomains

Frequently Asked Questions

What does test_blockbuster_setup() do?
test_blockbuster_setup() is a function in the langchain codebase, defined in libs/core/tests/unit_tests/test_setup.py.
Where is test_blockbuster_setup() defined?
test_blockbuster_setup() is defined in libs/core/tests/unit_tests/test_setup.py at line 9.

Analyze Your Own Codebase

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

Try Supermodel Free