{"id":31913193,"url":"https://github.com/juliatesting/paralleltestrunner.jl","last_synced_at":"2026-03-14T16:57:34.014Z","repository":{"id":318385323,"uuid":"1070769117","full_name":"JuliaTesting/ParallelTestRunner.jl","owner":"JuliaTesting","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-11T09:25:10.000Z","size":46,"stargazers_count":4,"open_issues_count":4,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-11T12:14:22.136Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Julia","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/JuliaTesting.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-06T12:16:55.000Z","updated_at":"2025-10-11T09:25:13.000Z","dependencies_parsed_at":"2025-10-06T22:33:08.921Z","dependency_job_id":null,"html_url":"https://github.com/JuliaTesting/ParallelTestRunner.jl","commit_stats":null,"previous_names":["vchuravy/paralleltestrunner.jl","juliatesting/paralleltestrunner.jl"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/JuliaTesting/ParallelTestRunner.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaTesting%2FParallelTestRunner.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaTesting%2FParallelTestRunner.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaTesting%2FParallelTestRunner.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaTesting%2FParallelTestRunner.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaTesting","download_url":"https://codeload.github.com/JuliaTesting/ParallelTestRunner.jl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaTesting%2FParallelTestRunner.jl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016615,"owners_count":26085853,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-10-13T18:47:34.008Z","updated_at":"2026-03-14T16:57:34.006Z","avatar_url":"https://github.com/JuliaTesting.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ParallelTestRunner.jl\n\n[![Stable Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliatesting.github.io/ParallelTestRunner.jl/)\n[![Latest Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://juliatesting.github.io/ParallelTestRunner.jl/dev)\n\nSimple parallel test runner for Julia tests with autodiscovery.\n\n## Usage\n\nThe main entry point of `ParallelTestRunner` is the exported function `runtests`, which takes two mandatory arguments:\n\n* the module for which you want to run the tests\n* the list of arguments passed to the test script, as a `Vector{String}`, this will typically be [`Base.ARGS`](https://docs.julialang.org/en/v1/base/constants/#Base.ARGS).\n\nWith the `--help` flag you can print a help message:\n\n```julia\njulia\u003e using ParallelTestRunner\n\njulia\u003e ParallelTestRunner.runtests(ParallelTestRunner, [\"--help\"])\nUsage: runtests.jl [--help] [--list] [--jobs=N] [TESTS...]\n\n   --help             Show this text.\n   --list             List all available tests.\n   --verbose          Print more information during testing.\n   --quickfail        Fail the entire run as soon as a single test errored.\n   --jobs=N           Launch `N` processes to perform tests.\n\n   Remaining arguments filter the tests that will be executed.\n```\n\n## Setup\n\n`ParallelTestRunner` runs each file inside your `test/` concurrently and isolated.\nFirst you should remove all `include` statements that you added.\n\nThen in your `test/runtests.jl` add:\n\n```julia\nusing MyModule\nusing ParallelTestRunner\n\nruntests(MyModule, ARGS)\n```\n\n## Documentation\n\nFor more details about the use of this package, read the [documentation](https://juliatesting.github.io/ParallelTestRunner.jl/).\n\n## Inspiration\nBased on [@maleadt](https://github.com/maleadt) test infrastructure for [CUDA.jl](https://github.com/JuliaGPU/CUDA.jl).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliatesting%2Fparalleltestrunner.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliatesting%2Fparalleltestrunner.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliatesting%2Fparalleltestrunner.jl/lists"}