samamorgan / network-replay

Records and replays network interactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

network-replay

Records and replays network interactions

Installing

pip install network-replay

Quick Start

from network_replay import replay
import requests


@replay
def test_request():
    requests.get("https://httpbin.org/status/200")

About

Records and replays network interactions

License:MIT License


Languages

Language:Python 100.0%