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 50b6d258_a96b_6667_31e8_2d6e1db4d3ae["pytest_recording_configure()"] 10fe675e_8466_484d_e72f_91cba70918a5["conftest.py"] 50b6d258_a96b_6667_31e8_2d6e1db4d3ae -->|defined in| 10fe675e_8466_484d_e72f_91cba70918a5 style 50b6d258_a96b_6667_31e8_2d6e1db4d3ae fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/partners/openai/tests/conftest.py lines 41–43
def pytest_recording_configure(config: dict, vcr: VCR) -> None:
vcr.register_persister(CustomPersister())
vcr.register_serializer("yaml.gz", CustomSerializer())
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does pytest_recording_configure() do?
pytest_recording_configure() is a function in the langchain codebase, defined in libs/partners/openai/tests/conftest.py.
Where is pytest_recording_configure() defined?
pytest_recording_configure() is defined in libs/partners/openai/tests/conftest.py at line 41.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free