tests/conftest.py165 bytesPythonView raw1"""Shared helpers and test fixtures.""" 2 3from cassettes import cassette_name, vcr_cassette 4 5pytest_plugins = "pytester" 6 7__all__ = ["cassette_name", "vcr_cassette"]