{"id":16411095,"url":"https://github.com/phoe/protest","last_synced_at":"2026-02-26T18:01:47.939Z","repository":{"id":111724412,"uuid":"88182311","full_name":"phoe/protest","owner":"phoe","description":"PROtocol and TESTcase manager","archived":false,"fork":false,"pushed_at":"2020-10-16T15:04:32.000Z","size":294,"stargazers_count":17,"open_issues_count":5,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-06T03:23:54.775Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/phoe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-13T15:56:18.000Z","updated_at":"2022-06-24T14:32:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1e92f9a-cfb2-461d-9681-4591d1ffb1f3","html_url":"https://github.com/phoe/protest","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoe%2Fprotest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoe%2Fprotest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoe%2Fprotest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoe%2Fprotest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phoe","download_url":"https://codeload.github.com/phoe/protest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240416286,"owners_count":19797782,"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":"2024-10-11T06:44:31.948Z","updated_at":"2026-02-26T18:01:47.828Z","avatar_url":"https://github.com/phoe.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"doc/logo.png\"\u003e\n\u003c/p\u003e\n\n# Common Lisp PROtocol and TESTcase manager\n\nPROTEST is a tool for defining protocols and test cases written in and for\nCommon Lisp, featuring integration with ~~multiple~~ one testing framework.\n(More will come.)\n\n## tl;dr\n\n```common-lisp\n(ql:quickload :protest)\n(use-package :protest)\n\n;; depending on your choice of test library, load one of the following\n(ql:quickload :protest/parachute)\n(use-package :protest/parachute)\n\n(ql:quickload :protest/1am)\n(use-package :protest/1am)\n```\n\n## Modules\n\nThe currently implemented modules are:\n\n  * [`PROTEST/BASE`](doc/base.md) -\n    for defining protocol classes and protocol condition types\n  * [`PROTEST/FTYPE`](doc/ftype.md) -\n    for producing FTYPE forms from typed lambda lists\n  * [`PROTEST/PROTOCOL`](doc/protocol.md) -\n    for defining and executing protocols\n  * [`PROTEST/COMMON`](doc/common.md) -\n    containing common and example protocols\n  * [`PROTEST/TEST-CASE`](doc/test-case.md) -\n    for defining test cases\n  * [`PROTEST/PARACHUTE`](doc/parachute.md) -\n    for integrating test cases with\n    [Parachute](https://github.com/Shinmera/parachute/) testing library\n  * [`PROTEST/1AM`](doc/1am.md) -\n    for integrating test cases with [1AM](https://github.com/lmj/1am/) testing\n    library\n\nThe modules planned for development (someday) are:\n\n  * [`PROTEST/WEB`](doc/web.md) -\n    output test cases and protocols to HTML\n  * [`PROTEST/FIVEAM`](doc/fiveam.md) -\n    for integratingtest cases with [FIVEAM](https://github.com/sionescu/fiveam)\n    testing library\n  * [`PROTEST/PROVE`](doc/prove.md) -\n    for integrating test cases with [Prove](https://github.com/fukamachi/prove)\n    testing library\n\n### Testing PROTEST\n\nLoad the ASDF system `PROTEST/TEST` and run `(PROTEST/TEST:RUN-ALL-TESTS)`, or\nperform ASDF's `TEST-OP` on the `PROTEST` module.\n\nPlease note that this does not invoke tests for the modules integrating\nPROTEST with testing libraries; see the manual for each such module to find\nthe means of testing it.\n\n### License\n\nAll of PROTEST is licensed under GNU Lisp Lesser General Public License,\n**except** the `PROTEST/PARACHUTE` system which is an extension to the Parachute\nlibrary and therefore licensed under the Artistic license.\n\n-----------\n\nPROTEST © 2018 Michał \"phoe\" Herda\n\nThis library is free software; you can redistribute it and/or modify it under\nthe terms of the GNU Lesser General Public License as published by the Free\nSoftware Foundation; either version 2.1 of the License, or (at your option) any\nlater version.\n\nThis library is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public License along\nwith this library; if not, write to the Free Software Foundation, Inc., 51\nFranklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoe%2Fprotest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphoe%2Fprotest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoe%2Fprotest/lists"}