{"id":29797684,"url":"https://github.com/pshevche/spokk","last_synced_at":"2025-07-28T06:34:51.138Z","repository":{"id":305516491,"uuid":"980593230","full_name":"pshevche/spokk","owner":"pshevche","description":"Reimagine the Spock testing framework for Kotlin","archived":false,"fork":false,"pushed_at":"2025-07-20T14:02:08.000Z","size":152,"stargazers_count":1,"open_issues_count":12,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-20T16:05:32.546Z","etag":null,"topics":["kotlin","spock-framework","testing"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pshevche.png","metadata":{"files":{"readme":"README.adoc","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,"zenodo":null}},"created_at":"2025-05-09T11:38:10.000Z","updated_at":"2025-07-20T14:02:11.000Z","dependencies_parsed_at":"2025-07-20T16:18:18.432Z","dependency_job_id":null,"html_url":"https://github.com/pshevche/spokk","commit_stats":null,"previous_names":["pshevche/spokk"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/pshevche/spokk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshevche%2Fspokk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshevche%2Fspokk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshevche%2Fspokk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshevche%2Fspokk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pshevche","download_url":"https://codeload.github.com/pshevche/spokk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pshevche%2Fspokk/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267474869,"owners_count":24093336,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["kotlin","spock-framework","testing"],"created_at":"2025-07-28T06:34:50.352Z","updated_at":"2025-07-28T06:34:51.119Z","avatar_url":"https://github.com/pshevche.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"= Spokk Framework\n\nThis repository reimagines the https://github.com/spockframework/spock[Spock] testing framework for Kotlin.\nThe project is work-in-progress. See the approximate roadmap https://github.com/pshevche/spokk/milestones[here].\n\n== Concept\n\nThe framework relies on a Kotlin compiler plugin to support an expressive syntax in your test code.\n\nExample:\n\n[source,kotlin]\n----\nfun `can add numbers`() {\n    given(\"two numbers\")\n    val a  = 1\n    val b = 2\n\n    expect(\"correct sum\")\n    assert(a + b == 3)\n}\n----\n\n== Modules\n\n* `spokk-compiler-plugin`: contains the implementation of the IR transformer.\n* `spokk-core`: testing engine and specification syntax;\n* `spokk-gradle-plugin`: Gradle plugin that simplifies the application of the `spokk-compiler-plugin`.\n* `spokk-specs`: specifications, implemented using Spokk.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpshevche%2Fspokk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpshevche%2Fspokk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpshevche%2Fspokk/lists"}