{"id":17212480,"url":"https://github.com/jackfirth/racket-fixture","last_synced_at":"2025-09-23T16:20:05.685Z","repository":{"id":62424117,"uuid":"97995431","full_name":"jackfirth/racket-fixture","owner":"jackfirth","description":"An experimental Racket library that adds test fixtures to RackUnit","archived":false,"fork":false,"pushed_at":"2017-09-19T03:30:03.000Z","size":32,"stargazers_count":7,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-12T01:57:23.029Z","etag":null,"topics":["io","racket-library","testing"],"latest_commit_sha":null,"homepage":"","language":"Racket","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jackfirth.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}},"created_at":"2017-07-22T00:11:03.000Z","updated_at":"2022-11-22T14:31:37.000Z","dependencies_parsed_at":"2022-11-01T18:01:11.952Z","dependency_job_id":null,"html_url":"https://github.com/jackfirth/racket-fixture","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jackfirth/racket-fixture","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fracket-fixture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fracket-fixture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fracket-fixture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fracket-fixture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackfirth","download_url":"https://codeload.github.com/jackfirth/racket-fixture/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackfirth%2Fracket-fixture/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276606539,"owners_count":25672279,"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-09-23T02:00:09.130Z","response_time":73,"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":["io","racket-library","testing"],"created_at":"2024-10-15T03:00:13.454Z","updated_at":"2025-09-23T16:20:05.621Z","avatar_url":"https://github.com/jackfirth.png","language":"Racket","funding_links":[],"categories":[],"sub_categories":[],"readme":"# racket-fixture [![Build Status](https://travis-ci.org/jackfirth/racket-fixture.svg?branch=master)](https://travis-ci.org/jackfirth/racket-fixture) [![codecov](https://codecov.io/gh/jackfirth/racket-fixture/branch/master/graph/badge.svg)](https://codecov.io/gh/jackfirth/racket-fixture)\nAn experimental Racket library providing *test fixtures*, resources that are automatically created and destroyed for each RackUnit test case.\n\n```racket\n(define-fixture tmpdir (disposable-directory))\n(define-fixture tmpfile (disposable-file))\n\n(test-case/fixture \"tests\"\n  #:fixture tmpdir\n  #:fixture tmpfile\n  (test-case \"some-test\"\n    ... use tmpdir and tmpfile ...)\n  (test-case \"other-test\"\n    ... use different tmpdir and tmpfile ...))\n```\n\n**This package depends on RackUnit version 1.8, which has not yet been released in the main distribution. The 6.11 Racket release will include it; you can also manually upgrade your installation of RackUnit.**\n\nAvailable from the [Racket package catalog](https://pkgd.racket-lang.org/pkgn/package/fixture). To install:\n\n```bash\nraco pkg install fixture\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackfirth%2Fracket-fixture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackfirth%2Fracket-fixture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackfirth%2Fracket-fixture/lists"}