{"id":26194301,"url":"https://github.com/active-group/active-quickcheck","last_synced_at":"2025-10-17T02:24:23.854Z","repository":{"id":24728584,"uuid":"28140773","full_name":"active-group/active-quickcheck","owner":"active-group","description":"QuickCheck clone","archived":false,"fork":false,"pushed_at":"2022-10-17T11:25:18.000Z","size":271,"stargazers_count":4,"open_issues_count":3,"forks_count":0,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-06-17T20:09:02.971Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/active-group.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-17T14:32:01.000Z","updated_at":"2025-03-06T19:04:40.000Z","dependencies_parsed_at":"2022-09-16T10:50:28.416Z","dependency_job_id":null,"html_url":"https://github.com/active-group/active-quickcheck","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/active-group/active-quickcheck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Factive-quickcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Factive-quickcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Factive-quickcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Factive-quickcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/active-group","download_url":"https://codeload.github.com/active-group/active-quickcheck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/active-group%2Factive-quickcheck/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265506022,"owners_count":23778637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-12T01:56:05.996Z","updated_at":"2025-10-17T02:24:18.803Z","avatar_url":"https://github.com/active-group.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Active QuickCheck\n\nA Clojure port of the original Haskell QuickCheck.\n\n(We looked at\n[ClojureCheck](https://bitbucket.org/kotarak/clojurecheck),\n[`clojure.test.generative`](https://github.com/clojure/test.generative),\nbut neither seems faithful to the original, particularly concerning\nthe reproducibility of test runs, and a set of generator combinators\nthat includes random generation of functions.\n[`test.check`](https://github.com/clojure/test.check) is going down\nthe right path, but it's lacking some features we want, and is moving\ntoo slow for our purposes.\n\nThis library, however, is a straighforward port of the Haskell code\nfrom John Hughes's original paper.\n\n## Releases and Dependency Information\n\n[![Clojars Project](https://img.shields.io/clojars/v/de.active-group/active-quickcheck.svg)](https://clojars.org/de.active-group/active-quickcheck)\n\n[Leiningen](https://github.com/technomancy/leiningen) dependency information:\n\n    [de.active-group/active-quickcheck \"0.7.0\"]\n\n## Usage\n\n\n### Use directly\n\n\t(quickcheck\n\t  (property [xs (list integer)\n\t\t\t\t ys (list integer)]\n\t\t\t\t(= (reverse (concat xs ys)) (concat (reverse ys) (reverse xs)))))\n\n\n### Use from `clojure.test`\n\n\t(deftest reverse-distributes-over-concat\n\t  (testing \"reverse distributes over concat\"\n\t\t(is\n\t\t (quickcheck\n\t\t  (property [xs (list integer)\n\t\t\t\t\t ys (list integer)]\n\t\t\t\t\t(= (reverse (concat xs ys)) (concat (reverse ys) (reverse xs))))))))\n\n## Documentation\n\n- [Introduction](https://github.com/active-group/active-quickcheck/blob/master/doc/intro.md)\n- [Integration with Clojure spec](https://github.com/active-group/active-quickcheck/blob/master/doc/spec.md)\n\n## License\n\nCopyright © 2013-2019 Active Group GmbH\n\nDistributed under the Eclipse Public License, the same as Clojure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factive-group%2Factive-quickcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factive-group%2Factive-quickcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factive-group%2Factive-quickcheck/lists"}