Home / Function/ pytest_recording_configure() — langchain Function Reference

pytest_recording_configure() — langchain Function Reference

Architecture documentation for the pytest_recording_configure() function in conftest.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  fc1c8598_2a60_4d15_9148_c39cd4e22f42["pytest_recording_configure()"]
  fb7fa57e_2bf2_509b_3fe0_a405e1245160["conftest.py"]
  fc1c8598_2a60_4d15_9148_c39cd4e22f42 -->|defined in| fb7fa57e_2bf2_509b_3fe0_a405e1245160
  style fc1c8598_2a60_4d15_9148_c39cd4e22f42 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/langchain_v1/tests/unit_tests/conftest.py lines 52–54

def pytest_recording_configure(config: dict[str, Any], vcr: VCR) -> None:  # noqa: ARG001
    vcr.register_persister(CustomPersister())
    vcr.register_serializer("yaml.gz", CustomSerializer())

Domain

Subdomains

Frequently Asked Questions

What does pytest_recording_configure() do?
pytest_recording_configure() is a function in the langchain codebase, defined in libs/langchain_v1/tests/unit_tests/conftest.py.
Where is pytest_recording_configure() defined?
pytest_recording_configure() is defined in libs/langchain_v1/tests/unit_tests/conftest.py at line 52.

Analyze Your Own Codebase

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

Try Supermodel Free