Skip to content

Latest commit

 

History

History
42 lines (20 loc) · 1.25 KB

README.md

File metadata and controls

42 lines (20 loc) · 1.25 KB

clr.test.generative

A port of clojure/test.generative library to ClojureCLR.

From the parent's README:

Test data generation and execution harness. Very early days. This API will change. You have been warned.

Releases

Latest stable release: 1.1.2

CLI/deps.edn dependency information:

io.github.clojure/clr.test.generative {:git/tag "v1.1.2" :git/sha "97cd08c"}

Nuget reference:

PM> Install-Package clojure.test.generative -Version 1.1.2

Leiningen/Clojars reference:

[org.clojure.clr/test.generative "1.1.2"]

Notes on the ported code

Pretty complete.

Copyright and License

Original Clojure(JVM) code:

Copyright (c) 2012 Rich Hickey. All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can be found in the file epl-v10.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound bythe terms of this license. You must not remove this notice, or any other, from this software.