An open API service indexing awesome lists of open source software.

https://github.com/clojure/clr.test.generative


https://github.com/clojure/clr.test.generative

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# clr.test.generative #

A port of [clojure/test.generative](https://github.com/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`](https://clojure.org/reference/deps_edn) dependency information:
```clojure
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.

[Eclipse Public License 1.0]: http://opensource.org/licenses/eclipse-1.0.php