Skip to content

wilkes/minicheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minicheck

Minicheck is an implementation of QuickCheck in clojure that runs with clojure.test.

Refer to the example which is a port of the quicksort example from Chapter 11 of Real World Haskell

Install

  1. Copy minicheck.clj into your project

Installing with Leiningen

  1. Install leiningen
  2. Add minicheck to your project.clj (defproject your-project "0.0.0-SNAPSHOT" :dependencies [[org.clojure/clojure "1.1.0-alpha-SNAPSHOT"] [org.clojure/clojure-contrib "1.0-SNAPSHOT"]] :dev-dependencies [[minicheck "0.3.0"]])
  3. Run with: lein test

About

A QuickCheck written in Clojure - just playing around

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published