{"id":16892894,"url":"https://github.com/wader/osleaktest","last_synced_at":"2025-03-20T08:46:48.265Z","repository":{"id":57490454,"uuid":"198492354","full_name":"wader/osleaktest","owner":"wader","description":"Checks for leaked fds, child processes and temp files","archived":false,"fork":false,"pushed_at":"2020-01-05T15:40:57.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T19:46:45.052Z","etag":null,"topics":["file-descriptor","go","golang","leak","processes","tempfiles","testing"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/wader/osleaktest?tab=doc","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/wader.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":"2019-07-23T19:06:27.000Z","updated_at":"2024-07-17T16:45:58.000Z","dependencies_parsed_at":"2022-09-08T04:51:35.296Z","dependency_job_id":null,"html_url":"https://github.com/wader/osleaktest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wader%2Fosleaktest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wader%2Fosleaktest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wader%2Fosleaktest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wader%2Fosleaktest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wader","download_url":"https://codeload.github.com/wader/osleaktest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244583193,"owners_count":20476233,"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","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":["file-descriptor","go","golang","leak","processes","tempfiles","testing"],"created_at":"2024-10-13T17:12:47.685Z","updated_at":"2025-03-20T08:46:48.239Z","avatar_url":"https://github.com/wader.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## osleaktest\n\nChecks for leaked fds, child processes and temp files. Inspired by https://github.com/fortytw2/leaktest\n\n### Usage\n\nNote that `osleaktest` might not work well when running tests in parallel as the tests\nrun in the same process making it hard to know which resource is used by who.\n\n```go\nfunc Test(t *testing.T) {\n    defer osleaktest.Check(t)()\n    // test that uses fds, processes or temp files\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwader%2Fosleaktest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwader%2Fosleaktest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwader%2Fosleaktest/lists"}