https://github.com/clojure/clr.test.generative
https://github.com/clojure/clr.test.generative
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/clojure/clr.test.generative
- Owner: clojure
- License: epl-1.0
- Created: 2013-03-12T13:43:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T16:31:37.000Z (6 months ago)
- Last Synced: 2025-01-30T06:32:24.719Z (5 months ago)
- Language: Clojure
- Size: 70.3 KB
- Stars: 5
- Watchers: 27
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
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