{"id":20821900,"url":"https://github.com/flycheck/flycheck-d-unittest","last_synced_at":"2025-03-12T06:26:32.492Z","repository":{"id":9156308,"uuid":"10951051","full_name":"flycheck/flycheck-d-unittest","owner":"flycheck","description":"This library adds D unittest support to flycheck.","archived":false,"fork":false,"pushed_at":"2016-05-22T04:18:04.000Z","size":17,"stargazers_count":7,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-18T16:49:27.545Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flycheck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-06-25T21:39:27.000Z","updated_at":"2022-07-28T21:43:39.000Z","dependencies_parsed_at":"2022-09-08T09:52:42.730Z","dependency_job_id":null,"html_url":"https://github.com/flycheck/flycheck-d-unittest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flycheck%2Fflycheck-d-unittest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flycheck%2Fflycheck-d-unittest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flycheck%2Fflycheck-d-unittest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flycheck%2Fflycheck-d-unittest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flycheck","download_url":"https://codeload.github.com/flycheck/flycheck-d-unittest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243168357,"owners_count":20247322,"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-11-17T22:13:22.527Z","updated_at":"2025-03-12T06:26:32.464Z","avatar_url":"https://github.com/flycheck.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flycheck-d-unittest\n\nThis library adds D unittest support to flycheck.\n\nRequirements:\n  * DMD 2.066 or later\n  * [Flycheck](https://github.com/flycheck/flycheck)\n  * [dash.el](https://github.com/magnars/dash.el)\n\nYou can install it by using `package-install` via [MELPA](http://melpa.milkbox.net/).\n\nTo use this package, add the following line to your `.emacs` file:\n```elisp\n    (require 'flycheck-d-unittest)\n    (setup-flycheck-d-unittest)\n```\nIt detects any compile errors, warnings and deprecated features during unittest.\n\nNote: Flycheck-d-unittest runs DMD with `-unittest` and `-main` option for unittesting.\nPlease enclose main function in `version(!unittest)` block as follows:\n\n```d\nimport std.stdio;\n\nversion(unittest) {}\nelse\nvoid main()\n{\n    writeln(\"Hello!\");\n}\n\nunittest\n{\n    assert(1+2 == 3);\n}\n```\n\nLink:\n  * [Start D with Emacs](https://github.com/flycheck/flycheck-d-unittest/wiki/Start-D-with-Emacs)\n  * [Emacs で始める D言語!](http://qiita.com/tm_tn/items/1d01c4500e1ca7632140) (Written in Japanese)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflycheck%2Fflycheck-d-unittest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflycheck%2Fflycheck-d-unittest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflycheck%2Fflycheck-d-unittest/lists"}