betamaxpy / betamax

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

Support for non-HTTP requests #167

Closed dmitrypol closed 5 years ago

dmitrypol commented 5 years ago

Does anyone know of a way to use this library (or others) for non HTTP requests? I am using python-ldap to query LDAP server and would love to stub my tests.

hroncok commented 5 years ago

Betamax only works with requests. I don't know about other libraries. Try to get tips on the python-ldap mailing list.