check-it
Test framework
A test framework for Common Lisp that uses randomized property-based testing to ensure code reliability and robustness
Randomized specification-based testing for Common Lisp. Available through Quicklisp.
51 stars
14 watching
10 forks
Language: Common Lisp
last commit: about 4 years ago
Linked from 2 awesome lists
quickchecktesting
Related projects:
Repository | Description | Stars |
---|---|---|
rpav/checkl | A testing framework for Common Lisp that leverages the language's inherent testability features to simplify and enhance the testing process. | 43 |
odonataresearchllc/lisp-unit | A testing framework for Common Lisp designed to support unit testing with fine-grained control and extensibility. | 108 |
shinmera/parachute | An extensible testing framework for Common Lisp, allowing for easy setup and management of tests with dependencies, suites, and conditional skipping. | 102 |
linkrope/dunit | A testing framework for D that offers structured test organization and customizable assertion behavior | 37 |
dalekjs/dalek | A JavaScript framework for building web applications with test-driven development and automation tools. | 695 |
com-lihaoyi/utest | A simple testing framework for Scala | 487 |
railsware/sleipnir | A BDD-style testing framework for Swift. | 844 |
richardwarburton/lambda-behave | A testing framework for Java 8 that aims to make writing tests more readable and user-friendly. | 253 |
amokfa/datest | A testing framework for Clojure scripts that allows developers to run and analyze tests in the REPL. | 8 |
purescript/purescript-quickcheck | An implementation of a property-based testing framework in PureScript | 104 |
libcheck/check | A unit testing framework for C. | 1,077 |
ragmaanir/microtest | A testing framework with an opinionated approach to writing tests using power asserts and the spec syntax. | 31 |
danielstjules/pho | A test framework that allows developers to write tests in a familiar syntax and automatically re-runs specs during development. | 284 |
lightbdd/lightbdd | A test framework allowing developers to write easy-to-read and maintain behavioral tests with native support for refactoring, code analysis, and feature-rich reporting. | 351 |
kahlan/kahlan | A PHP test framework that supports Behavior-Driven Development (BDD) and provides features for unit testing, stubbing, and code coverage analysis. | 1,145 |