{"id":19146853,"url":"https://github.com/conormcd/clojure-test-junit-output","last_synced_at":"2026-02-28T21:31:21.843Z","repository":{"id":62431611,"uuid":"51721714","full_name":"conormcd/clojure-test-junit-output","owner":"conormcd","description":"Make it easier to output your clojure.test results in JUnit format.","archived":false,"fork":false,"pushed_at":"2023-12-15T02:45:43.000Z","size":6,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-23T22:32:55.622Z","etag":null,"topics":["clojure","junit-format"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conormcd.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":"2016-02-15T00:45:25.000Z","updated_at":"2017-02-14T00:13:33.000Z","dependencies_parsed_at":"2024-11-09T07:48:21.615Z","dependency_job_id":"2ce29ff5-0486-456f-847c-fe558bdbba0a","html_url":"https://github.com/conormcd/clojure-test-junit-output","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"aa184ba6e44aa2a7050caf90b7eeea31f1d21f98"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/conormcd/clojure-test-junit-output","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conormcd%2Fclojure-test-junit-output","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conormcd%2Fclojure-test-junit-output/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conormcd%2Fclojure-test-junit-output/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conormcd%2Fclojure-test-junit-output/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conormcd","download_url":"https://codeload.github.com/conormcd/clojure-test-junit-output/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conormcd%2Fclojure-test-junit-output/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29952244,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T18:42:55.706Z","status":"ssl_error","status_checked_at":"2026-02-28T18:42:48.811Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-format"],"created_at":"2024-11-09T07:48:11.829Z","updated_at":"2026-02-28T21:31:21.809Z","avatar_url":"https://github.com/conormcd.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clojure-test-junit-output\n\nMake it easier to output your test results in JUnit format. Yes, there's\n`clojure.test.junit` but it doesn't do timing and it requires you to choose\nbetween the normal `clojure.test` output (read by humans) and JUnit XML which\nis not read by most people if they have anything to say about it.\n\n## Usage\n\nAdd this library to your dependencies. You can put it in your `:test` profile\nif you'd like.\n\nThen all you need to do is wrap your tests. You can doe this with a `:once`\nfixture like so:\n\n```clojure\n; Add this to your :require vector in your ns declaration.\n[clojure-test-junit-output.core :refer (with-junit-output)]\n\n(clojure.test/use-fixtures :once (with-junit-output \"/where/you/want.xml\"))\n```\n\nSee `clojure-test-junit-output.test-core` for a complete example.\n\n## License\n\nThis library is distributed under a two clause BSD-style license. See the\n`LICENSE` file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconormcd%2Fclojure-test-junit-output","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconormcd%2Fclojure-test-junit-output","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconormcd%2Fclojure-test-junit-output/lists"}