{"id":15017398,"url":"https://github.com/ebassi/mutest","last_synced_at":"2025-04-12T11:42:58.152Z","repository":{"id":34606586,"uuid":"171913621","full_name":"ebassi/mutest","owner":"ebassi","description":"A BDD testing framework for C, inspired by Mocha","archived":false,"fork":false,"pushed_at":"2023-02-24T19:25:06.000Z","size":451,"stargazers_count":25,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-26T06:33:36.081Z","etag":null,"topics":["bdd-framework","bdd-style-testing-framework","c","c99","jasmine","mocha","test-framework","testing"],"latest_commit_sha":null,"homepage":"https://ebassi.github.io/mutest/mutest.md.html","language":"C","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/ebassi.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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":"2019-02-21T17:17:13.000Z","updated_at":"2025-02-21T03:51:35.000Z","dependencies_parsed_at":"2024-09-24T20:38:16.035Z","dependency_job_id":null,"html_url":"https://github.com/ebassi/mutest","commit_stats":{"total_commits":144,"total_committers":5,"mean_commits":28.8,"dds":0.02777777777777779,"last_synced_commit":"18a20071773f7c4b75e82a931ef9b916b273b3e5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebassi%2Fmutest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebassi%2Fmutest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebassi%2Fmutest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebassi%2Fmutest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ebassi","download_url":"https://codeload.github.com/ebassi/mutest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248563955,"owners_count":21125387,"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":["bdd-framework","bdd-style-testing-framework","c","c99","jasmine","mocha","test-framework","testing"],"created_at":"2024-09-24T19:50:24.384Z","updated_at":"2025-04-12T11:42:58.132Z","avatar_url":"https://github.com/ebassi.png","language":"C","readme":"## µTest - A small C testing library\n\n## What is µTest\n\nµTest aims to be a small unit testing library for C projects, with an API\nheavily modelled on high level [Behavior-Driver Development][bdd] frameworks\nlike [Jasmine][jasminejs] or [Mocha][mochajs].\n\nµTest is written in C99, and can be used on multiple platforms.\n\n### Features\n\n - Small API footprint\n - Easy to use\n - Portable\n - Zero dependencies\n - Supports [TAP](https://testanything.org)\n\n### Screenshot\n\n![µTest on Linux](./mutest-mocha-format.png)\n\n![µTest on Windows, using MSYS2](./mutest-msys2.png)\n\n[bdd]: https://en.wikipedia.org/wiki/Behavior-driven_development\n[jasminejs]: https://jasmine.github.io/\n[mochajs]: https://mochajs.org/\n\n**WARNING**: µTest's API is still in flux!\n\n---\n\n## Getting Started\n\n### Building µTest\n\nSimply clone this repository, and use [Meson](http://mesonbuild.com) to\ngenerate the appropriate build instructions:\n\n```sh\n$ git clone https://github.com/ebassi/mutest.git\n$ cd mutest\n$ meson _build .\n$ cd _build\n$ ninja\n$ meson test\n$ sudo ninja install\n```\n\n### Using µTest\n\nThe documentation of µTest is [available online](https://ebassi.github.io/mutest/mutest.md.html).\n\n### Contributing\n\nSee the [Contribution guide](./CONTRIBUTING.md).\n\n## License\n\nµTest is released under the terms of the [MIT](./LICENSE.txt) license.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febassi%2Fmutest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febassi%2Fmutest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febassi%2Fmutest/lists"}