File: __init__.py

package info (click to toggle)
python-requests-toolbelt 0.10.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 856 kB
  • sloc: python: 3,785; makefile: 158
file content (8 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-
import betamax


def get_betamax(session):
    return betamax.Betamax(
        session,
        cassette_library_dir='tests/cassettes')