Hello people, I've just released **cassette** in its initial form, you can find 
it [here](https://github.com/LemonBoy/cassette).

This library lets you record & replay your HTTP interactions with a remote 
server and is really useful if you want to make your tests deterministic (and 
fast) or if you don't want to hammer the remote server during the prototyping 
phase of your app/library.

It is inspired by Ruby's [vcr](https://github.com/vcr/vcr) library and at the 
moment is pretty bare-bones feature-wise but is more than enough for most of my 
(and your) needs.

Reply via email to