{"id":30612361,"url":"https://github.com/lein-junit/lein-junit","last_synced_at":"2025-08-30T05:12:33.206Z","repository":{"id":49470907,"uuid":"778470","full_name":"lein-junit/lein-junit","owner":"lein-junit","description":"Leiningen plugin for running JUnit tests.","archived":false,"fork":false,"pushed_at":"2019-04-11T19:47:34.000Z","size":68,"stargazers_count":26,"open_issues_count":6,"forks_count":22,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-10T07:51:35.796Z","etag":null,"topics":["clojure","junit-test","lein-junit"],"latest_commit_sha":null,"homepage":"","language":"Clojure","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/lein-junit.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}},"created_at":"2010-07-16T08:17:10.000Z","updated_at":"2024-08-10T07:51:35.797Z","dependencies_parsed_at":"2022-08-30T21:50:47.024Z","dependency_job_id":null,"html_url":"https://github.com/lein-junit/lein-junit","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/lein-junit/lein-junit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lein-junit%2Flein-junit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lein-junit%2Flein-junit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lein-junit%2Flein-junit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lein-junit%2Flein-junit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lein-junit","download_url":"https://codeload.github.com/lein-junit/lein-junit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lein-junit%2Flein-junit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272805572,"owners_count":24995916,"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-08-30T02:00:09.474Z","response_time":77,"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":["clojure","junit-test","lein-junit"],"created_at":"2025-08-30T05:12:32.685Z","updated_at":"2025-08-30T05:12:33.196Z","avatar_url":"https://github.com/lein-junit.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LEIN-JUNIT [![Build Status](https://travis-ci.org/febeling/lein-junit.png)](https://travis-ci.org/febeling/lein-junit)\n\nA Leiningen plugin that runs Java tests via JUnit.\n\n## Installation\n\nVia Clojars: http://clojars.org/lein-junit\n\n## Configuration\n\nThe following options are accepted in `defproject`:\n- `:junit-formatter`: keyword or string arg, can be `:brief` (default), `:plain`, `:xml`, or `:summary`\n- `:junit-results-dir`: output folder for test results. If unset, outputs to standard out\n- `:junit-test-file-pattern`: regex pattern used to match tests. Defaults to `#\".*Test\\.java\"`\n\nThese arguments are acceptable on the CLI as well, and can be given with or without the leading \":\".\n\n## Example Configuration\n\n```clojure\n(defproject sample-project \"0.0.1-SNAPSHOT\"\n  :min-lein-version \"2.0.0\"\n  :dependencies [[org.clojure/clojure \"1.6.0\"]]\n  :profiles {:dev {:dependencies [[junit/junit \"4.11\"]]}}\n  :plugins [[lein-junit \"1.1.9-SNAPSHOT\"]]\n  :source-paths [\"src/clojure\"]\n  :java-source-paths [\"src/java\" \"test/java\"]\n  :junit [\"test/java\"]\n  :junit-formatter :plain\n  :junit-results-dir \"test-results\"\n  :jvm-opts [\"-XX:MaxPermSize=128m\"])\n```\n\n## Usage\n\nRun all junit tests.\n\n    lein junit\n\nRun all junit tests matching a pattern.\n\n    lein junit com.example\n\nRun all junit tests matching a paterrn, outputting XML results to \"test-results/\"\n\n    lein junit :junit-formatter xml :junit-results-dir test-results com.example\n\n\n## License\n\nCopyright (C) 2013-2015 Florian Ebeling, Roman Scherer\n\nDistributed under the Eclipse Public License, the same as Clojure.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flein-junit%2Flein-junit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flein-junit%2Flein-junit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flein-junit%2Flein-junit/lists"}