test.check

用于 Clojure 的 QuickCheck。「QuickCheck for Clojure」

Github星跟踪图

test.check

test.check is a 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. This lets you write concise, powerful tests.

Latest Releases

  • Release notes for each version are available in CHANGELOG.markdown
    • Remember that prior to version 0.5.7, test.check was called simple-check
  • As of version 0.9.0, test.check requires Clojure >= 1.7.0
  • Please note a breaking change for ClojureScript
    in the 0.8.* releases.

Latest Version

CLI/deps.edn dependency information:

org.clojure/test.check {:mvn/version "1.1.1"}

Leiningen

[org.clojure/test.check "1.1.1"]

Maven

<dependency>
  <groupId>org.clojure</groupId>
  <artifactId>test.check</artifactId>
  <version>1.1.1</version>
</dependency>

Stable Version

Leiningen

[org.clojure/test.check "1.1.1"]

Maven

<dependency>
  <groupId>org.clojure</groupId>
  <artifactId>test.check</artifactId>
  <version>1.1.1</version>
</dependency>

If you'd like to try a SNAPSHOT version, add the sonatype repository to your
project
.

Miscellaneous

YourKit

YourKit

YourKit is kindly supporting test.check and other open source projects with its
full-featured Java Profiler. YourKit, LLC is the creator of innovative and
intelligent tools for profiling Java and .NET applications. Take a look at
YourKit's leading software products:

  • YourKit Java Profiler and
  • YourKit .NET Profiler

License

Copyright © Rich Hickey, Reid Draper and contributors

Distributed under the Eclipse Public License, the same as Clojure.

主要指标

概览
名称与所有者clojure/test.check
主编程语言Clojure
编程语言Makefile (语言数: 5)
平台
许可证Eclipse Public License 1.0
所有者活动
创建于2013-12-03 17:43:26
推送于2024-07-15 17:53:02
最后一次提交2024-02-19 09:44:07
发布数48
最新版本名称v1.1.1 (发布于 2021-12-01 12:10:26)
第一版名称0.0.1 (发布于 )
用户参与
星数1.1k
关注者数63
派生数109
提交数632
已启用问题?
问题数0
打开的问题数0
拉请求数1
打开的拉请求数0
关闭的拉请求数16
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?