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

Relationship Graph

Source Code

libs/partners/groq/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/groq/tests/conftest.py.
Where is pytest_recording_configure() defined?
pytest_recording_configure() is defined in libs/partners/groq/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