{"id":16701244,"url":"https://github.com/eproxus/unite","last_synced_at":"2025-04-06T21:16:44.412Z","repository":{"id":15143534,"uuid":"17870906","full_name":"eproxus/unite","owner":"eproxus","description":"Pretty EUnit test formatters","archived":false,"fork":false,"pushed_at":"2023-09-27T13:25:28.000Z","size":496,"stargazers_count":72,"open_issues_count":7,"forks_count":23,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-30T19:10:26.954Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Erlang","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/eproxus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":["eproxus"],"liberapay":"eproxus"}},"created_at":"2014-03-18T15:25:07.000Z","updated_at":"2025-01-29T15:15:02.000Z","dependencies_parsed_at":"2023-01-13T18:16:34.744Z","dependency_job_id":"627bf63c-e48c-4c62-a625-025124a31110","html_url":"https://github.com/eproxus/unite","commit_stats":{"total_commits":109,"total_committers":7,"mean_commits":"15.571428571428571","dds":0.05504587155963303,"last_synced_commit":"c00230c69a2bd63a53c19ce258e2a7aea0b8406e"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eproxus%2Funite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eproxus%2Funite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eproxus%2Funite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eproxus%2Funite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eproxus","download_url":"https://codeload.github.com/eproxus/unite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247550693,"owners_count":20956987,"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-10-12T18:43:20.790Z","updated_at":"2025-04-06T21:16:44.387Z","avatar_url":"https://github.com/eproxus.png","language":"Erlang","funding_links":["https://github.com/sponsors/eproxus","https://liberapay.com/eproxus"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eunite\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://hex.pm/packages/unite\"\u003e\n    \u003cimg alt=\"hex.pm version\" src=\"https://img.shields.io/hexpm/v/unite?style=flat-square\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"LICENSE\"\u003e\n    \u003cimg alt=\"hex.pm license\" src=\"https://img.shields.io/hexpm/l/unite?style=flat-square\"/\u003e\n  \u003c/a\u003e\n  \u003cimg alt=\"erlang versions\" src=\"https://img.shields.io/badge/erlang-21+-blue.svg?style=flat-square\"/\u003e\n  \u003ca href=\"https://github.com/sponsors/eproxus\"\u003e\n    \u003cimg alt=\"hex.pm license\" src=\"https://img.shields.io/github/sponsors/eproxus?style=flat-square\u0026color=%23ec6cb9\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  Pretty EUnit test formatters\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/screenshots/screenshot.png\" width=\"490\" alt=\"Example output\" /\u003e\n\u003c/p\u003e\n\n## Installation \u0026 Usage\n\nAdd Unite as a dependency in your `rebar.config` and enable the Unite formatter:\n\n```erlang\n{profiles, [\n    {test, [\n        {deps, [unite]},\n        {eunit_opts, [no_tty, {report, {unite_compact, []}}]}\n    ]}\n]}.\n\n```\n\nUsing `no_tty` is important, because it disables the standard EUnit output.\n\nThen just run Rebar 3 as usual: `rebar3 eunit`.\n\n### Profiling\n\nTo get timings of long running tests, add `profile` to the option list:\n\n```erlang\n{eunit_opts, [no_tty, {report, {unite_compact, [profile]}}]}.\n```\n\nThis will show the top 10 slowest tests (or the top N slowest tests if\n`{profile, N}` is used).\n\n## Donations\n\nIf you or your company use Unite and find it useful, [donations](https://github.com/sponsors/eproxus) are greatly appreciated!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feproxus%2Funite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feproxus%2Funite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feproxus%2Funite/lists"}