Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reiddraper/clojure-transient-test
Tests demonstrating CLJ-1285
https://github.com/reiddraper/clojure-transient-test
Last synced: about 1 month 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T05:41:11.000Z (almost 10 years ago)
- Last Synced: 2023-03-11T11:42:58.786Z (over 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 [email protected]: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.