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
  40f01320_fed4_a5cc_7865_422caaeafcf5["pytest_recording_configure()"]
  e3c41d95_19b2_dd92_e107_c527342dc25b["conftest.py"]
  40f01320_fed4_a5cc_7865_422caaeafcf5 -->|defined in| e3c41d95_19b2_dd92_e107_c527342dc25b
  style 40f01320_fed4_a5cc_7865_422caaeafcf5 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/partners/anthropic/tests/conftest.py lines 32–34

def pytest_recording_configure(config: dict, vcr: VCR) -> None:
    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/partners/anthropic/tests/conftest.py.
Where is pytest_recording_configure() defined?
pytest_recording_configure() is defined in libs/partners/anthropic/tests/conftest.py at line 32.

Analyze Your Own Codebase

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

Try Supermodel Free