{"id":13670562,"url":"https://github.com/nemequ/munit","last_synced_at":"2025-04-04T14:07:32.734Z","repository":{"id":3398463,"uuid":"49348806","full_name":"nemequ/munit","owner":"nemequ","description":"µnit is a small testing framework for C","archived":false,"fork":false,"pushed_at":"2024-04-14T17:34:12.000Z","size":239,"stargazers_count":520,"open_issues_count":61,"forks_count":73,"subscribers_count":22,"default_branch":"master","last_synced_at":"2024-05-22T00:16:39.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://nemequ.github.io/munit/","language":"C","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/nemequ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2016-01-10T01:29:48.000Z","updated_at":"2024-05-21T15:35:16.000Z","dependencies_parsed_at":"2024-05-01T22:07:27.899Z","dependency_job_id":"655e5e6b-786b-47c3-910f-4a8a8f6cf6ec","html_url":"https://github.com/nemequ/munit","commit_stats":{"total_commits":172,"total_committers":10,"mean_commits":17.2,"dds":"0.19186046511627908","last_synced_commit":"fbbdf1467eb0d04a6ee465def2e529e4c87f2118"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemequ%2Fmunit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemequ%2Fmunit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemequ%2Fmunit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemequ%2Fmunit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nemequ","download_url":"https://codeload.github.com/nemequ/munit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247190250,"owners_count":20898702,"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-08-02T09:00:45.484Z","updated_at":"2025-04-04T14:07:32.712Z","avatar_url":"https://github.com/nemequ.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"# µnit\n\nµnit is a small but full-featured unit testing framework for C.  It has\nno dependencies (beyond libc), is permissively licensed (MIT), and is\neasy to include into any project.\n\nFor more information, see\n[the µnit web site](https://nemequ.github.io/munit).\n\n[![Build status](https://travis-ci.org/nemequ/munit.svg?branch=master)](https://travis-ci.org/nemequ/munit)\n[![Windows build status](https://ci.appveyor.com/api/projects/status/db515g5ifcwjohq7/branch/master?svg=true)](https://ci.appveyor.com/project/quixdb/munit/branch/master)\n\n## Features\n\nFeatures µnit currently includes include:\n\n * Handy assertion macros which make for nice error messages.\n * Reproducible cross-platform random number generation, including\n   support for supplying a seed via CLI.\n * Timing of both wall-clock and CPU time.\n * Parameterized tests.\n * Nested test suites.\n * Flexible CLI.\n * Forking\n   ([except on Windows](https://github.com/nemequ/munit/issues/2)).\n * Hiding output of successful tests.\n\nFeatures µnit does not currently include, but some day may include\n(a.k.a., if you file a PR…), include:\n\n * [TAP](http://testanything.org/) support; feel free to discuss in\n   [issue #1](https://github.com/nemequ/munit/issues/1)\n\n### Include into your project with meson\n\nIn your `subprojects` folder put a `munit.wrap` file containing:\n\n```\n[wrap-git]\ndirectory=munit\nurl=https://github.com/nemequ/munit/\nrevision=head\n```\n\nThen you can use a subproject fallback when you include munit as a\ndependency to your project: `dependency('munit', fallback: ['munit', 'munit_dep'])`\n\n## Documentation\n\nSee [the µnit web site](https://nemequ.github.io/munit).\n\nAdditionally, there is a heavily-commented\n[example.c](https://github.com/nemequ/munit/blob/master/example.c) in\nthe repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemequ%2Fmunit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnemequ%2Fmunit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemequ%2Fmunit/lists"}