Skip to content

clojure/clr.test.generative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.1

CLI/deps.edn dependency information:

io.github.clojure/clr.test.generative {:git/tag "v1.1.1" :git/sha "f86df28"}

Nuget reference:

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

Leiningen/Clojars reference:

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

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.

Modified version for ClojureCLR:

Copyright © 2016 David Miller All rights reserved. The use and distribution terms for this software are covered by the Eclipse Public License 1.0 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 by the terms of this license. You must not remove this notice, or any other, from this software.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published