{"id":19842777,"url":"https://github.com/kerelape/test.kt","last_synced_at":"2026-06-10T11:32:05.688Z","repository":{"id":111120891,"uuid":"486716318","full_name":"kerelape/test.kt","owner":"kerelape","description":"Get rid of test 'classes' and methods","archived":false,"fork":false,"pushed_at":"2022-04-28T19:43:06.000Z","size":3,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T22:41:13.626Z","etag":null,"topics":["dsl","kotlin","test","testing","testing-tools"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kerelape.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":"2022-04-28T19:02:52.000Z","updated_at":"2022-07-26T21:15:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"634caefc-b14d-470d-86fd-4a0e42c55398","html_url":"https://github.com/kerelape/test.kt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kerelape/test.kt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kerelape%2Ftest.kt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kerelape%2Ftest.kt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kerelape%2Ftest.kt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kerelape%2Ftest.kt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kerelape","download_url":"https://codeload.github.com/kerelape/test.kt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kerelape%2Ftest.kt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34151274,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":["dsl","kotlin","test","testing","testing-tools"],"created_at":"2024-11-12T12:35:39.254Z","updated_at":"2026-06-10T11:32:05.673Z","avatar_url":"https://github.com/kerelape.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# test.kt\nTest library for kotlin (and other JVM languages)\n\n#### Example\n\n```kotlin\n// src/test/Greeting.test.kts\n\ntest(Greeting::class) {\n  \n  // Arbitary test\n  \"can greet a random person\" {\n    Assertion { // Every test must return an Assertion object (fun interface Assertion, with one method, assert returning Boolean)\n      Greeting(\"somebody\").print() == \"Hello, somebody!\"\n    }\n  }\n  \n  // Test that runs the block and returns true if the block fails\n  fails \"with empty name\" {\n    Greeting(\"\").print()\n  }\n  \n  can \"print random name\" {\n    val name = listOf(\"John\", \"David\", \"Jake\").random()\n    equal(\n      Greeting(name).print(),\n      name\n    )\n  }\n  \n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkerelape%2Ftest.kt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkerelape%2Ftest.kt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkerelape%2Ftest.kt/lists"}