{"id":18781401,"url":"https://github.com/andrewchambers/testudo","last_synced_at":"2025-12-19T08:30:19.706Z","repository":{"id":147602554,"uuid":"207701065","full_name":"andrewchambers/testudo","owner":"andrewchambers","description":"A simple and flexible parallel test runner","archived":false,"fork":false,"pushed_at":"2019-09-11T02:57:48.000Z","size":1162,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T12:57:31.059Z","etag":null,"topics":["testing"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andrewchambers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-09-11T02:00:37.000Z","updated_at":"2019-09-11T12:26:09.000Z","dependencies_parsed_at":"2023-05-31T18:15:53.076Z","dependency_job_id":null,"html_url":"https://github.com/andrewchambers/testudo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewchambers%2Ftestudo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewchambers%2Ftestudo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewchambers%2Ftestudo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrewchambers%2Ftestudo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrewchambers","download_url":"https://codeload.github.com/andrewchambers/testudo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239699101,"owners_count":19682537,"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":["testing"],"created_at":"2024-11-07T20:31:37.240Z","updated_at":"2025-12-19T08:30:19.619Z","avatar_url":"https://github.com/andrewchambers.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# testudo\n\nA simple and non opinionated parallel test runner.\n\n## Features\n\n- Language agnostic.\n- Parallel test runs without jumbling output.\n- Streaming test output, not held in memory longer than needed.\n- Ctrl+C Cancellation.\n\n## Usage\n\n```\ntestudo [flags] [test-sources...]\n\n  testudo is a parallel test runner, executing and aggregating results from test scripts.\n\n  Valid flags: \n  -f, --format string   Output format, valid values: human,jsonl. (default \"human\")\n  -p, --parallel int    Execute this many tests in parallel. (default 1)\n\n  A test source is one of:\n    - An executable script emitting test csv.\n    - A directory containing a script called 'collect.tests' which emits test csv.\n\n  Test csv consists of lines matching:\n\n    - A 3 tuple specifying 'test', a test runner script and the test case.\n      e.g. test,$PATH_TO_RUNNER,$PATH_TO_TEST\n\n  If no test sources are specified then './collect.tests' and './tests' are tried.\n```\n\n## Examples\n\n```\n$ testsudo\n+++ fail.c\n+ cc /home/ac/src/testudo/tests/fail.c -o /home/ac/src/testudo/tests/fail.c.bin\n+ /home/ac/src/testudo/tests/fail.c.bin\n--- failed... exit status 3\n+++ pass.c\n+ cc /home/ac/src/testudo/tests/pass.c -o /home/ac/src/testudo/tests/pass.c.bin\n+ /home/ac/src/testudo/tests/pass.c.bin\n\npassed 1/2\n```\n\n```\n$ testudo --parallel 4 --format jsonl 2\u003e /dev/null\n{\"Name\":\"pass.c\",\"Path\":\"/home/ac/src/testudo/tests/pass.c\",\"Runner\":\"/home/ac/src/testudo/tests/default.runner\",\"Err\":\"\",\"Passed\":true,\"Duration\":72459896,\"Output\":\"...\"}\n{\"Name\":\"fail.c\",\"Path\":\"/home/ac/src/testudo/tests/fail.c\",\"Runner\":\"/home/ac/src/testudo/tests/default.runner\",\"Err\":\"exit status 3\",\"Passed\":false,\"Duration\":72525785,\"Output\":\"...\\n\"}\n```\n\n## Tips\n\n- Write your test runners scripts such that they work from any directory and you\n  will be able to run individual tests by hand easily when debugging individual tests.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewchambers%2Ftestudo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewchambers%2Ftestudo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewchambers%2Ftestudo/lists"}