betamaxpy / betamax

A VCR imitation designed only for python-requests.
https://betamax.readthedocs.io/en/latest/
Other
567 stars 62 forks source link

Async and AioHTTP support? #180

Closed PythonCoderAS closed 4 years ago

PythonCoderAS commented 4 years ago

Does Betamax support the AioHTTP sessions objects? If not, are there any plans to support it? If there's no current support I can fork Betamax and then change it to use async.

sigmavirus24 commented 4 years ago

I'll quote the repository description to answer your question:

A VCR imitation designed only for python-requests.

PythonCoderAS commented 4 years ago

Ahh. So I'll have to fork it.

sigmavirus24 commented 4 years ago

Given how specific 99% of it this code is to requests, I would recommend starting from scratch