python-requests-toolbelt/tests/__init__.py

9 lines
160 B
Python
Raw Normal View History

2023-02-07 14:29:03 +08:00
# -*- coding: utf-8 -*-
import betamax
def get_betamax(session):
return betamax.Betamax(
session,
cassette_library_dir='tests/cassettes')