walkman
walkman copied to clipboard
Isolate tests from the real world, inspired by Ruby's VCR.
* Some fixtures had to be re-recorded. To achieve this I had to temporarily edit the relevant tests to ensure there were no errors, so that the recording was saved....
Thanks for Walkman! 🙇 I trialled it as a replacement for exvcr. Unfortunately I don't think it will work for my use case currently. I have database records which are...
I have an external API under test, let's call it Twitter for the sake of the example. Suppose my real implementation is `MyApp.Twitter.LiveClient`, and I am using [Mox](https://github.com/dashbitco/mox) to be...
If this path isn't present, Walkman will exit with an error: ``` ▏ ▏** (exit) exited in: GenServer.call(#PID, :finish, 5000) ▏ ▏ ▏ ▏** (EXIT) an exception was raised: ▏...