{"id":25961699,"url":"https://github.com/ttab/eltest","last_synced_at":"2025-08-25T06:05:41.005Z","repository":{"id":272440424,"uuid":"916596358","full_name":"ttab/eltest","owner":"ttab","description":"Test helpers for Elephant","archived":false,"fork":false,"pushed_at":"2025-02-24T02:35:21.000Z","size":41,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-04T19:44:01.005Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ttab.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":"2025-01-14T12:09:40.000Z","updated_at":"2025-01-14T12:22:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"810d1799-8c91-496f-a086-527ff5432bd9","html_url":"https://github.com/ttab/eltest","commit_stats":null,"previous_names":["ttab/eltest"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ttab/eltest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttab%2Feltest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttab%2Feltest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttab%2Feltest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttab%2Feltest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ttab","download_url":"https://codeload.github.com/ttab/eltest/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttab%2Feltest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272013537,"owners_count":24858474,"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-25T02:00:12.092Z","response_time":1107,"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-03-04T19:41:01.514Z","updated_at":"2025-08-25T06:05:40.997Z","avatar_url":"https://github.com/ttab.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eltest - Elephant test\n\nSupport library for writing elephant tests.\n\nTakes care of setting up Postgres and Minio containers for intergration tests. See tests for usage, and don't miss setting up `TestMain()` in your own service:\n\n``` go\nfunc TestMain(m *testing.M) {\n\tcode := m.Run()\n\n\terr := eltest.PurgeBackingServices()\n\tif err != nil {\n\t\tlog.Printf(\"failed to purge backing services: %v\", err)\n\t}\n\n\tos.Exit(code)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fttab%2Feltest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fttab%2Feltest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fttab%2Feltest/lists"}