Skip to content

lazy-cat-io/equalizer

Repository files navigation

license https://github.com/lazy-cat-io/equalizer/releases clojars

codecov build deploy

equalizer

A Clojure(Script) library for data-driven tests.

Getting started

Add the following dependency in your project:

project.clj or build.boot
[io.lazy-cat/equalizer "RELEASE"]
deps.edn or bb.edn
io.lazy-cat/equalizer {:mvn/version "RELEASE"}

Basic API

(ns example
  (:require
    [equalizer.core :as eq]))

(eq/match pos-int? 42)
;; => true