https://github.com/reiddraper/clojure-transient-test
Tests demonstrating CLJ-1285
https://github.com/reiddraper/clojure-transient-test
Last synced: about 1 year ago
JSON representation
Tests demonstrating CLJ-1285
- Host: GitHub
- URL: https://github.com/reiddraper/clojure-transient-test
- Owner: reiddraper
- License: epl-1.0
- Created: 2014-03-21T04:07:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T05:41:11.000Z (over 11 years ago)
- Last Synced: 2025-04-06T22:46:47.159Z (about 1 year ago)
- Language: Clojure
- Size: 126 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# transient-test
A project to show how difficult finding
[CLJ-1285](http://dev.clojure.org/jira/browse/CLJ-1285) would have been with
traditional unit-testing. To compare property-based testing with traditional
unit-testing, see the [unit-tests](test/transient_test/unit_test.clj) and the
[property-based test](test/transient_test/property_test.clj).
## Usage
```shell
git clone git@github.com:reiddraper/clojure-transient-test.git
cd clojure-transient-test
lein test
```
## License
Copyright © 2014 Reid Draper
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.