{"id":38575087,"url":"https://github.com/taishingi/ji","last_synced_at":"2026-01-17T08:08:34.520Z","repository":{"id":212858330,"uuid":"731107097","full_name":"taishingi/ji","owner":"taishingi","description":"A testing framework for d user","archived":false,"fork":false,"pushed_at":"2024-02-04T19:54:20.000Z","size":85,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-24T07:16:07.451Z","etag":null,"topics":["d","testing","testing-tools"],"latest_commit_sha":null,"homepage":"https://github.com/taishingi/ji","language":"D","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taishingi.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}},"created_at":"2023-12-13T11:22:43.000Z","updated_at":"2023-12-16T18:18:42.000Z","dependencies_parsed_at":"2023-12-16T20:28:57.501Z","dependency_job_id":"aa43cff1-d515-4666-994b-bac6f98bedd4","html_url":"https://github.com/taishingi/ji","commit_stats":null,"previous_names":["taishingi/ji"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/taishingi/ji","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taishingi%2Fji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taishingi%2Fji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taishingi%2Fji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taishingi%2Fji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taishingi","download_url":"https://codeload.github.com/taishingi/ji/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taishingi%2Fji/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"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":["d","testing","testing-tools"],"created_at":"2026-01-17T08:08:34.462Z","updated_at":"2026-01-17T08:08:34.510Z","avatar_url":"https://github.com/taishingi.png","language":"D","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ji\n\n```bash\ndub add ji\n```\n\n![ji-output](https://raw.githubusercontent.com/taishingi/ji/master/ji.gif)\n\n## How to use\n\n```d\nimport unit;\n\nunittest\n{\n\n bool ok()\n {\n    return 40 + 2 == 42;\n }\n\n bool ko()\n {\n    return 40 == 42;\n }\n\n Unit all(Unit u)\n {\n   return u.ok(\u0026ok).ko(\u0026ko).directory_exists(\"/\")\n   .is_absolute(\"/dev\")\n   .is_rooted(\"/dev\").is_valid_path(\".\").is_valid_file(\"dub.json\")\n   .theory(\"Must be equal to 42\", true, \u0026ok)\n   .chaos(\"Must match false\", \u0026ko).contains(\"I love linux\", \"linux\")\n   .no_contains(\"i love linux\", \"windows\").finnish(\"i love linux\", \"linux\").begin(\n    \"linux is better than windows\", \"linux\");\n }\n\n Unit u = new Unit;\n int x = u.describe(\"All test should be pass\", \u0026all).end();\n assert(x == 0);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaishingi%2Fji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaishingi%2Fji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaishingi%2Fji/lists"}