/cl-vcr

Store and replay results of http calls for easier testing of external services

Primary LanguageCommon LispMIT LicenseMIT

CL-VCR is a good example of a really bad implementation of a nice idea :) – svetlyak40wt

Name

cl-vcr

Synopsis

This library is inspired by https://github.com/vcr/vcr

Description

Record your TEST SUITE’S HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.

Run tests

(prove:run :cl-vcr-tests) or (asdf:test-system :cl-vcr-tests)

Status

As https://40ants.com/lisp-project-of-the-day/2020/09/0182-cl-vcr.html points out in a very nice way, this snippet is not robust at all.

CL-VCR is a good example of a really bad implementation of a nice idea :)

Amen