{"id":17384164,"url":"https://github.com/mcandre/cl-quickcheck","last_synced_at":"2026-02-21T06:02:12.892Z","repository":{"id":1222578,"uuid":"1143202","full_name":"mcandre/cl-quickcheck","owner":"mcandre","description":"cl-quickcheck - a Common Lisp port of the QuickCheck unit test framework","archived":false,"fork":false,"pushed_at":"2020-05-09T03:24:12.000Z","size":62,"stargazers_count":71,"open_issues_count":2,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-30T00:51:31.183Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.yellosoft.us/quickcheck","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcandre.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-12-06T13:54:36.000Z","updated_at":"2025-06-10T02:06:08.000Z","dependencies_parsed_at":"2022-08-16T12:35:29.936Z","dependency_job_id":null,"html_url":"https://github.com/mcandre/cl-quickcheck","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mcandre/cl-quickcheck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fcl-quickcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fcl-quickcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fcl-quickcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fcl-quickcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcandre","download_url":"https://codeload.github.com/mcandre/cl-quickcheck/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcandre%2Fcl-quickcheck/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29674928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T05:54:28.202Z","status":"ssl_error","status_checked_at":"2026-02-21T05:53:42.585Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2024-10-16T07:44:46.273Z","updated_at":"2026-02-21T06:02:12.871Z","avatar_url":"https://github.com/mcandre.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cl-quickcheck - a Common Lisp port of the QuickCheck unit test framework\n\n# EXAMPLE\n\n```\n$ clisp example.lisp\nStarting tests with seed #S(RANDOM-STATE #*1111111000010000101001011100110101100110011101010000110100110111)\n...\nERROR (ISNT MONEY= (DOLLARS 'M) (FRANCS M))\n\n=: M is not a number\n\n  with values #S(MONEY :AMOUNT M :CURRENCY USD) #S(MONEY :AMOUNT -2 :CURRENCY FRANC)\n  for ((M -2))\n  100/100 counterexamples.\nFAIL (IS MONEY= (DOLLARS M) (DOLLARS N))\n  with values #S(MONEY :AMOUNT 11 :CURRENCY USD) #S(MONEY :AMOUNT -19 :CURRENCY USD)\n  for ((M 11) (N -19))\n  98/100 counterexamples.\n  0 cases checked and passed in 100 attempts.\n95 tests submitted; 2 FAILED.\n```\n\nSee [example.lisp](https://github.com/mcandre/cl-quickcheck/blob/master/example.lisp) for more information.\n\n# INSTALL\n\n```\n$ clisp\n\u003e (ql:quickload 'cl-quickcheck)\n```\n\n# REQUIREMENTS\n\n* a [Common Lisp](http://www.cliki.net/Common%20Lisp%20implementation), such as `clisp`\n* [Quicklisp](http://www.quicklisp.org/)\n\n## Optional\n\n* [ruby](https://www.ruby-lang.org/) 2+\n* [Node.js](http://nodejs.org/) 0.8+\n* [pargs](https://github.com/mcandre/pargs)\n* [editorconfig-tools](https://www.npmjs.com/package/editorconfig-tools)\n\n# DEVELOPMENT\n\n## Testing\n\nEnsure the example script works as expected:\n\n```\n$ bundle\n$ cucumber\nFeature: Run example tests\n\n  Scenario: Running example tests            # features/run_example_tests.feature:3\n    Given the program has finished           # features/step_definitions/steps.rb:1\n    Then the output is correct for each test # features/step_definitions/steps.rb:5\n\n1 scenario (1 passed)\n2 steps (2 passed)\n0m4.913s\n```\n\nGuard can automatically run testing when the code changes:\n\n```\n$ bundle\n$ guard -G Guardfile-cucumber\n...\n```\n\n## Linting\n\nKeep the code tidy:\n\n```\n$ npm install\n$ rake lint\n...\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcandre%2Fcl-quickcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcandre%2Fcl-quickcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcandre%2Fcl-quickcheck/lists"}