https://github.com/practicalli/spec-generative-testing
Basic generative testing with Clojure spec
https://github.com/practicalli/spec-generative-testing
Last synced: 11 months ago
JSON representation
Basic generative testing with Clojure spec
- Host: GitHub
- URL: https://github.com/practicalli/spec-generative-testing
- Owner: practicalli
- Created: 2020-06-12T03:13:14.000Z (about 6 years ago)
- Default Branch: prime
- Last Pushed: 2023-03-13T00:11:57.000Z (over 3 years ago)
- Last Synced: 2025-06-16T04:33:09.334Z (about 1 year ago)
- Language: Clojure
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spec-generative-testing
Library of examples using Generative Testing with Clojure Spec
## Usage
Open in a Clojure editor and start a REPL.
## Packaging and deployment
Build a deployable jar of this library:
$ clojure -A:jar
Install it locally:
$ clojure -A:install
Deploy it to Clojars -- needs `CLOJARS_USERNAME` and `CLOJARS_PASSWORD` environment variables:
$ clojure -A:deploy
## License
Copyright © 2020 Practicalli
Distributed under the Creative Commons Attribution Share-Alike 4.0 International