[ 原始碼: test-check-clojure ]
套件:libtest-check-clojure(1.1.0-2)
libtest-check-clojure 的相關連結
Debian 的資源:
下載原始碼套件 test-check-clojure:
- [test-check-clojure_1.1.0-2.dsc]
- [test-check-clojure_1.1.0.orig.tar.xz]
- [test-check-clojure_1.1.0-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Clojure property-based testing tool inspired by QuickCheck
The core idea of test.check is that instead of enumerating expected input and output for unit tests, you write properties about your function that should hold true for all inputs, allowing you to write concise, powerful tests.