Skip to content

flambard/cl-quickcheck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cl-quickcheck

Version:   0.4
Home page: https://github.com/mcandre/cl-quickcheck
Author:    Andrew Pennebaker <andrew.pennebaker@gmail.com>
License:   http://www.opensource.org/licenses/mit-license.html

Original Name: clickcheck
Original Author: Darius Bacon <darius@wry.me>
Original Homepage: http://wry.me/~darius/software/clickcheck.html

To get started, start up your Lisp system inside this directory, and
enter (load "loadme.lisp").  You should see output from self-tests and
sample tests.  One of the sample suites, money.lisp, has deliberate
test failures; the others should all pass.

Manifest:

  cl-quickcheck.lisp	The main testing package.
  documentation.text    Quick-start guide and reference.

  cl-quickcheck.asd		ASDF system definition.
  updoc.lisp			Experimental documentation- and regression-tester.
  alpha.lisp			Utility for testing macros, also experimental.
  other files			Sample tests.

Thanks to Gregory Martin Pfeil for quickcheck.asd.

About

QuickCheck for Common Lisp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Common Lisp 100.0%