File: __init__.py

package info (click to toggle)
python-requests-toolbelt 1.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 876 kB
  • sloc: python: 3,653; makefile: 166; sh: 7
file content (8 lines) | stat: -rw-r--r-- 160 bytes parent folder | download | duplicates (6)
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')