{"id":20113789,"url":"https://github.com/bitbar/ruthie","last_synced_at":"2025-05-06T12:30:39.421Z","repository":{"id":54019236,"uuid":"344803814","full_name":"bitbar/ruthie","owner":"bitbar","description":"Run Unit Tests Harmoniously Incredibly Easy","archived":false,"fork":false,"pushed_at":"2023-05-12T06:27:41.000Z","size":63,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-09T12:21:54.956Z","etag":null,"topics":["bitbar","internal-tool"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitbar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-03-05T12:27:07.000Z","updated_at":"2024-07-10T11:26:29.000Z","dependencies_parsed_at":"2024-11-13T18:31:23.941Z","dependency_job_id":"2db8ac49-0dd8-4cf9-a40c-31da4b33fcba","html_url":"https://github.com/bitbar/ruthie","commit_stats":{"total_commits":14,"total_committers":4,"mean_commits":3.5,"dds":0.5,"last_synced_commit":"936fb217df6f81d3510e6c2c06936b47e466f11b"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbar%2Fruthie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbar%2Fruthie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbar%2Fruthie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitbar%2Fruthie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitbar","download_url":"https://codeload.github.com/bitbar/ruthie/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252683385,"owners_count":21788029,"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":["bitbar","internal-tool"],"created_at":"2024-11-13T18:25:57.555Z","updated_at":"2025-05-06T12:30:39.041Z","avatar_url":"https://github.com/bitbar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ruthie\n\n[![Current Release](https://img.shields.io/github/release/bitbar/ruthie.svg)](releases)\n[![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](LICENSE.md)\n\n\u003cdiv align=\"center\"\u003e\n\t\u003cimg height=\"256\" src=\".static/logo.png\" alt=\"Ruthie Logo\"\u003e\n\u003c/div\u003e\n![Ruthie Logo](.static/logo.png)\n\nRuthie is the Unittests runner, and it's an acronym from \"Run Unit Tests Harmoniously Incredibly Easy\".\n\n## Installation\n\n```sh\npip install -U ruthie\n```\n\nCheck if it works:\n\n```sh\nruthie --version\n\u003e 0.1.2\n```\n\n## Usage\n\nType `ruthie --help` to display available commands and options\n\n### Examples\n\n#### List all test classes in directory \"unittests\"\n\n```sh\nruthie discover classes unittests\n```\n\nOutput:\n\n```sh\nunittests.admin_panel.users.Add\nunittests.admin_panel.users.Edit\nunittests.admin_panel.users.Delete\nunittests.admin_panel.devices.Add\nunittests.admin_panel.devices.Edit\nunittests.admin_panel.devices.Delete\nunittests.end_user.projects.Add\nunittests.end_user.projects.Edit\nunittests.end_user.projects.Delete\n```\n\n#### List all test classes in directory \"unittests\" and group them\n\n```sh\nruthie discover classes unittests --group\n```\n\nOutput:\n\n```sh\n  unittests.admin_panel.users\n    Add\n    Edit\n    Delete\n  unittests.admin_panel.devices\n    Add\n    Edit\n    Delete\n  unittests.end_user.projects\n    Add\n    Edit\n    Delete\n```\n\n#### Discover all classes in directory \"unittests\" and run them in parallel using 10 threads\n\n```sh\nruthie parallel --threads=10 unittests\n```\n\n## License\n\nThis project is licensed under the ISC License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitbar%2Fruthie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitbar%2Fruthie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitbar%2Fruthie/lists"}