{"id":21962720,"url":"https://github.com/icio/go-test-count-debug","last_synced_at":"2025-07-08T07:13:16.223Z","repository":{"id":143094811,"uuid":"170682288","full_name":"icio/go-test-count-debug","owner":"icio","description":null,"archived":false,"fork":false,"pushed_at":"2019-02-14T11:43:09.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T00:43:16.775Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/icio.png","metadata":{"files":{"readme":"README.txt","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-14T11:40:12.000Z","updated_at":"2019-02-14T11:43:11.000Z","dependencies_parsed_at":"2023-04-27T21:47:02.019Z","dependency_job_id":null,"html_url":"https://github.com/icio/go-test-count-debug","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/icio%2Fgo-test-count-debug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icio%2Fgo-test-count-debug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icio%2Fgo-test-count-debug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icio%2Fgo-test-count-debug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icio","download_url":"https://codeload.github.com/icio/go-test-count-debug/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245020314,"owners_count":20548156,"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":[],"created_at":"2024-11-29T10:54:08.248Z","updated_at":"2025-03-22T20:44:51.057Z","avatar_url":"https://github.com/icio.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"$ cat count_test.go\npackage test\n\nimport (\n\t\"fmt\"\n\t\"os\"\n\t\"testing\"\n)\n\nfunc init() {\n\tfmt.Println(\"init\")\n}\n\nfunc TestExample(t *testing.T) {\n\tfmt.Println(\"TestExample run\")\n}\n\nfunc TestMain(m *testing.M) {\n\tfmt.Println(\"MainTest in\")\n\texit := m.Run()\n\tfmt.Println(\"MainTest out\")\n\tos.Exit(exit)\n}\n\n$ go test -count 2 -v .\ninit\nMainTest in\n=== RUN   TestExample\nTestExample run\n--- PASS: TestExample (0.00s)\n=== RUN   TestExample\nTestExample run\n--- PASS: TestExample (0.00s)\nPASS\nMainTest out\nok  \tgithub.com/icio/go-test-count-debug\t0.001s\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficio%2Fgo-test-count-debug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficio%2Fgo-test-count-debug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficio%2Fgo-test-count-debug/lists"}