{"id":13463381,"url":"https://github.com/test-unit/test-unit","last_synced_at":"2026-01-01T23:21:15.841Z","repository":{"id":43409905,"uuid":"1595268","full_name":"test-unit/test-unit","owner":"test-unit","description":"test-unit","archived":false,"fork":false,"pushed_at":"2025-03-20T00:38:41.000Z","size":3570,"stargazers_count":266,"open_issues_count":3,"forks_count":103,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-03-20T21:08:58.754Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://test-unit.github.io/","language":"Ruby","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/test-unit.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":"2011-04-10T15:53:10.000Z","updated_at":"2025-03-20T00:38:45.000Z","dependencies_parsed_at":"2024-11-06T19:36:39.714Z","dependency_job_id":"1207f049-89a3-42a8-a226-431296ef9176","html_url":"https://github.com/test-unit/test-unit","commit_stats":{"total_commits":1467,"total_committers":65,"mean_commits":22.56923076923077,"dds":0.1710974778459441,"last_synced_commit":"453cd30877f0db937827caae74f79a5237e18d05"},"previous_names":[],"tags_count":101,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/test-unit%2Ftest-unit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/test-unit%2Ftest-unit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/test-unit%2Ftest-unit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/test-unit%2Ftest-unit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/test-unit","download_url":"https://codeload.github.com/test-unit/test-unit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244778064,"owners_count":20508849,"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-07-31T13:00:52.426Z","updated_at":"2026-01-01T23:21:15.836Z","avatar_url":"https://github.com/test-unit.png","language":"Ruby","readme":"# test-unit\n\n[![Gem Version](https://badge.fury.io/rb/test-unit.png)](http://badge.fury.io/rb/test-unit)\n[![Build Status for Ruby 2.1+](https://github.com/test-unit/test-unit/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/test-unit/test-unit/actions/workflows/test.yml?query=branch%3Amaster+)\n\n* https://test-unit.github.io/\n* https://github.com/test-unit/test-unit\n\n## Description\n\nAn xUnit family unit testing framework for Ruby.\n\ntest-unit (Test::Unit) is unit testing framework for Ruby, based on xUnit\nprinciples. These were originally designed by Kent Beck, creator of extreme\nprogramming software development methodology, for Smalltalk's SUnit. It allows\nwriting tests, checking results and automated testing in Ruby.\n\ntest-unit ships as part of Ruby as a bundled gem. To check which version is included, see https://stdgems.org/test-unit/.\nIt's only necessary to install the gem if you need a newer version.\n\ntest-unit is the original Ruby unit testing library, and is still active.\nIt is one of two unit testing libraries bundled with Ruby, the other being [minitest](https://github.com/minitest/minitest).\n\nWhen deciding which to use, consider:\n\n* test-unit is strict about backwards compatibility. A backwards-incompatible change would be considered a bug.\n* test-unit aims to support old Ruby versions, even if EOL.\n\n## Features\n\n* test-unit 1.2.3 is the original test-unit, taken\n  straight from the ruby distribution. It is being\n  distributed as a gem to allow tool builders to use it as a\n  stand-alone package. (The test framework in ruby is going\n  to radically change very soon).\n\n* test-unit will be improved actively and may break\n  compatibility with test-unit 1.2.3. (We will not hope it\n  if it isn't needed.)\n\n* Some features exist as separated gems like GUI test\n  runner. (Tk, GTK+ and Fox) test-unit-full gem package\n  provides for installing all test-unit related gems\n  easily.\n\n## How To\n\n* [How To](https://github.com/test-unit/test-unit/blob/master/doc/text/how-to.md) (link for GitHub)\n* {file:doc/text/how-to.md How To} (link for YARD)\n\n## Install\n\n\u003cpre\u003e\n% sudo gem install test-unit\n\u003c/pre\u003e\n\nIf you want to use full test-unit features:\n\n\u003cpre\u003e\n% sudo gem install test-unit-full\n\u003c/pre\u003e\n\n## License\n\nThis software is distributed under either the terms of new Ruby\nLicense or BSDL. See the file [COPYING](COPYING).\n\nException:\n\n  * lib/test/unit/diff.rb is a triple license of (the new Ruby license\n    or BSDL) and PSF license.\n\n## Authors\n\n### Active\n\n* Kouhei Sutou: The current maintainer\n* Haruka Yoshihara: Data driven test supports.\n\n### Inactive\n\n* Nathaniel Talbott: The original author\n* Ryan Davis: The second maintainer\n\n### Images\n\n* Mayu \u0026 Co.: kinotan icons\n\n## Thanks\n\n* Daniel Berger: Suggestions and bug reports.\n* Designing Patterns: Suggestions.\n* Erik Hollensbe: Suggestions and bug reports.\n* Bill Lear: A suggestion.\n* Diego Pettenò: A bug report.\n* Angelo Lakra: A bug report.\n* Mike Pomraning: A bug report.\n* David MARCHALAND: Suggestions and bug reports.\n* Andrew Grimm: A bug report.\n* Champak Ch: A bug report.\n* Florian Frank: A bug report.\n* grafi-tt: Bug fixes and reports.\n* Jeremy Stephens: A bug report.\n* Hans de Graaff: Bug reports.\n* James Mead: A bug report.\n* Marc Seeger (Acquia): A bug report.\n* boutil: A bug report.\n* Vladislav Rassokhin: A bug report.\n","funding_links":[],"categories":["Testing","Helpers and Tools"],"sub_categories":["Unit Test Frameworks"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftest-unit%2Ftest-unit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftest-unit%2Ftest-unit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftest-unit%2Ftest-unit/lists"}