lisp-unit
Test framework
A testing framework for Common Lisp designed to support unit testing with fine-grained control and extensibility.
A Test Framework for Common Lisp in the style of JUnit, designed and implemented with simplicity of use in mind.
108 stars
14 watching
20 forks
Language: Common Lisp
last commit: about 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
dalekbaldwin/check-it | A test framework for Common Lisp that uses randomized property-based testing to ensure code reliability and robustness | 51 |
shinmera/parachute | An extensible testing framework for Common Lisp, allowing for easy setup and management of tests with dependencies, suites, and conditional skipping. | 102 |
rpav/checkl | A testing framework for Common Lisp that leverages the language's inherent testability features to simplify and enhance the testing process. | 43 |
lispci/fiveam | A testing framework for Common Lisp | 186 |
zorgnax/libtap | A testing framework for writing tests in C. | 252 |
linkrope/dunit | A testing framework for D that offers structured test organization and customizable assertion behavior | 37 |
com-lihaoyi/utest | A simple testing framework for Scala | 487 |
mirage/alcotest | A test framework for OCaml with a simple interface and query language | 455 |
r-lib/testthat | A testing framework that makes writing unit tests easy and integrates well with existing workflows. | 891 |
libcheck/check | A unit testing framework for C. | 1,077 |
evolutional/utest | An ultra-lightweight unit test framework for C99 | 39 |
luontola/gospec | A testing framework for Go that allows writing self-documenting tests/specifications and executes them concurrently and safely isolated. | 113 |
tuplanolla/cheat | Convenient unit testing framework for the C programming language | 169 |
jasmcaus/tau | A lightweight unit testing framework for C and C++ projects | 158 |
sheredom/utest.h | A single header unit testing framework for C and C++ | 845 |